PHP 클래스 Phue\Command\CreateRule
파일 보기
프로젝트 열기: sqmk/phue
1 사용 예제들
보호된 프로퍼티들
공개 메소드들
메소드 상세
public addAction ( Phue\Command\ActionableInterface $command ) : self |
$command |
Phue\Command\ActionableInterface |
|
리턴 |
self |
This object |
public addCondition ( Condition $condition ) : self |
$condition |
Phue\Condition |
Condition |
리턴 |
self |
This object |
public send ( Client $client ) : integer |
$client |
Phue\Client |
Phue Client |
리턴 |
integer |
Rule Id |
프로퍼티 상세
protected array $actions |
리턴 |
array |
|
protected array $conditions |
리턴 |
array |
|
protected string $name |
리턴 |
string |
|