PHP Class DataSift\Storyplayer\BrowserLib\MultiElementAction

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

Protected Properties

Property Type Description
$action
$actionDesc
$pageContext

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

$pageContext protected_oe property

protected $pageContext