PHP Class Jarves\Admin\AppKernelModifier

Show file Open project: jarves/jarves

Protected Properties

Property Type Description
$addBundles
$bundles array
$length
$position
$removeBundles
$script

Public Methods

Method Description
__construct ( )
addBundle ( $bundleClass )
eat ( $string ) : boolean
eatBackUntil ( $string )
expect ( $string ) : boolean
getBundles ( ) : array
loadBundles ( )
remove ( $string )
removeBundle ( $bundleClass )
save ( )
write ( $string )

Method Details

__construct() public method

public __construct ( )

addBundle() public method

public addBundle ( $bundleClass )

eat() public method

public eat ( $string ) : boolean
$string
return boolean

eatBackUntil() public method

public eatBackUntil ( $string )

expect() public method

public expect ( $string ) : boolean
$string
return boolean

getBundles() public method

public getBundles ( ) : array
return array

loadBundles() public method

public loadBundles ( )

remove() public method

public remove ( $string )

removeBundle() public method

public removeBundle ( $bundleClass )

save() public method

public save ( )

write() public method

public write ( $string )

Property Details

$addBundles protected property

protected $addBundles

$bundles protected property

protected array $bundles
return array

$length protected property

protected $length

$position protected property

protected $position

$removeBundles protected property

protected $removeBundles

$script protected property

protected $script