PHP 클래스 DataSift\Storyplayer\BrowserLib\SingleElementAction

저자: Stuart Herbert ([email protected])
상속: extends BaseElementAction
파일 보기 프로젝트 열기: datasift/storyplayer

보호된 프로퍼티들

프로퍼티 타입 설명
$action
$actionDesc

공개 메소드들

메소드 설명
__call ( string $methodName, array $methodArgs ) : mixed
__construct ( Closure $action, string $actionDesc, $baseElement = null )

메소드 상세

__call() 공개 메소드

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

__construct() 공개 메소드

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

프로퍼티 상세

$action 보호되어 있는 프로퍼티

protected $action

$actionDesc 보호되어 있는 프로퍼티

protected $actionDesc