PHP Class FluentDOM\Loader\Options

Inheritance: implements IteratorAggregate, implements ArrayAccess
Datei anzeigen Open project: fluentdom/fluentdom

Public Methods

Method 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

Method Description
executeCallback ( $name, $default, $arguments )

Method Details

__construct() public method

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

getIterator() public method

public getIterator ( )

getSourceType() public method

public getSourceType ( $source )

isAllowed() public method

public isAllowed ( $sourceType, $throwException = TRUE )

offsetExists() public method

public offsetExists ( $offset )

offsetGet() public method

public offsetGet ( $offset )

offsetSet() public method

public offsetSet ( $offset, $value )

offsetUnset() public method

public offsetUnset ( $offset )

setCallback() public method

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