PHP Class DataSift\Storyplayer\BrowserLib\SingleElementAction

Inheritance: extends BaseElementAction
Show file Open project: datasift/storyplayer

Protected Properties

Property Type Description
$action
$actionDesc

Public Methods

Method Description
__call ( string $methodName, array $methodArgs ) : mixed
__construct ( Closure $action, string $actionDesc, $baseElement = null )

Method Details

__call() public method

public __call ( string $methodName, array $methodArgs ) : mixed
$methodName string
$methodArgs array
return mixed

__construct() public method

public __construct ( Closure $action, string $actionDesc, $baseElement = null )
$action Closure
$actionDesc string

Property Details

$action protected property

protected $action

$actionDesc protected property

protected $actionDesc