PHP Class Jarves\Admin\AppKernelModifier

Afficher le fichier Open project: jarves/jarves

Protected Properties

Свойство Type Description
$addBundles
$bundles array
$length
$position
$removeBundles
$script

Méthodes publiques

Méthode 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 méthode

public __construct ( )

addBundle() public méthode

public addBundle ( $bundleClass )

eat() public méthode

public eat ( $string ) : boolean
$string
Résultat boolean

eatBackUntil() public méthode

public eatBackUntil ( $string )

expect() public méthode

public expect ( $string ) : boolean
$string
Résultat boolean

getBundles() public méthode

public getBundles ( ) : array
Résultat array

loadBundles() public méthode

public loadBundles ( )

remove() public méthode

public remove ( $string )

removeBundle() public méthode

public removeBundle ( $bundleClass )

save() public méthode

public save ( )

write() public méthode

public write ( $string )

Property Details

$addBundles protected_oe property

protected $addBundles

$bundles protected_oe property

protected array $bundles
Résultat array

$length protected_oe property

protected $length

$position protected_oe property

protected $position

$removeBundles protected_oe property

protected $removeBundles

$script protected_oe property

protected $script