PHP Class bitExpert\Disco\Config\BeanConfigurationWithPrimitives

Show file Open project: bitexpert/disco

Public Methods

Method Description
arrayPrimitive ( ) : array
boolPrimitive ( ) : boolean
callablePrimitive ( ) : callable
floatPrimitive ( ) : float
intPrimitive ( ) : integer
serviceWithStringInjected ( ) : SampleService
stringPrimitive ( ) : string

Method Details

arrayPrimitive() public method

public arrayPrimitive ( ) : array
return array

boolPrimitive() public method

public boolPrimitive ( ) : boolean
return boolean

callablePrimitive() public method

public callablePrimitive ( ) : callable
return callable

floatPrimitive() public method

public floatPrimitive ( ) : float
return float

intPrimitive() public method

public intPrimitive ( ) : integer
return integer

serviceWithStringInjected() public method

public serviceWithStringInjected ( ) : SampleService
return bitExpert\Disco\Helper\SampleService

stringPrimitive() public method

public stringPrimitive ( ) : string
return string