DependencyResolver
Table of Contents
- $create : bool
- $fix : object|null
- $index : int
- $TypeClass : string
- create() : DependencyResolver
- fix() : DependencyResolver
- getFix() : object|null
- getIndex() : int
- getTypeClass() : string
- index() : DependencyResolver
- isOf() : bool
- shouldCreate() : bool
- typeClass() : DependencyResolver
Properties
$create
protected
bool
$create
= false
$fix
protected
object|null
$fix
= null
$index
protected
int
$index
= 0
$TypeClass
protected
string
$TypeClass
Methods
create()
public
create() : DependencyResolver
Return values
DependencyResolver —fix()
public
fix(object $fix) : DependencyResolver
Parameters
- $fix : object
Return values
DependencyResolver —getFix()
public
getFix() : object|null
Return values
object|null —getIndex()
public
getIndex() : int
Return values
int —getTypeClass()
public
getTypeClass() : string
Return values
string —index()
public
index(int $index) : DependencyResolver
Parameters
- $index : int
Return values
DependencyResolver —isOf()
public
isOf(string $TypeClass) : bool
Parameters
- $TypeClass : string
Return values
bool —shouldCreate()
public
shouldCreate() : bool
Return values
bool —typeClass()
public
typeClass(string $TypeClass) : DependencyResolver
Parameters
- $TypeClass : string