PHP Class DataSift\Storyplayer\BrowserLib\SingleElementAction

Inheritance: extends BaseElementAction
Datei anzeigen 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_oe property

protected $action

$actionDesc protected_oe property

protected $actionDesc