PHP 클래스 Phue\Command\CreateRule

상속: implements Phue\Command\CommandInterface
파일 보기 프로젝트 열기: sqmk/phue 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$actions array Actions
$conditions array Conditions
$name string Name

공개 메소드들

메소드 설명
__construct ( string $name = '' ) Constructs a command
addAction ( Phue\Command\ActionableInterface $command ) : self Add actionable command
addCondition ( Condition $condition ) : self Add condition
name ( string $name ) : self Set name
send ( Client $client ) : integer Send command

메소드 상세

__construct() 공개 메소드

Constructs a command
public __construct ( string $name = '' )
$name string Name

addAction() 공개 메소드

Add actionable command
public addAction ( Phue\Command\ActionableInterface $command ) : self
$command Phue\Command\ActionableInterface
리턴 self This object

addCondition() 공개 메소드

Add condition
public addCondition ( Condition $condition ) : self
$condition Phue\Condition Condition
리턴 self This object

name() 공개 메소드

Set name
public name ( string $name ) : self
$name string Name
리턴 self This object

send() 공개 메소드

Send command
public send ( Client $client ) : integer
$client Phue\Client Phue Client
리턴 integer Rule Id

프로퍼티 상세

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

Actions
protected array $actions
리턴 array

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

Conditions
protected array $conditions
리턴 array

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

Name
protected string $name
리턴 string