PHP Class FluentDOM\Loader\Options

Inheritance: implements IteratorAggregate, implements ArrayAccess
Afficher le fichier Open project: fluentdom/fluentdom

Méthodes publiques

Méthode Description
__construct ( $options = [], $callbacks = [] )
getIterator ( )
getSourceType ( $source )
isAllowed ( $sourceType, $throwException = TRUE )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )
setCallback ( $name, callable $callback )

Private Methods

Méthode Description
executeCallback ( $name, $default, $arguments )

Method Details

__construct() public méthode

public __construct ( $options = [], $callbacks = [] )

getIterator() public méthode

public getIterator ( )

getSourceType() public méthode

public getSourceType ( $source )

isAllowed() public méthode

public isAllowed ( $sourceType, $throwException = TRUE )

offsetExists() public méthode

public offsetExists ( $offset )

offsetGet() public méthode

public offsetGet ( $offset )

offsetSet() public méthode

public offsetSet ( $offset, $value )

offsetUnset() public méthode

public offsetUnset ( $offset )

setCallback() public méthode

public setCallback ( $name, callable $callback )
$callback callable