PHP 클래스 izzum\command\Command

Concrete commands must implement the _execute() method. Intent: Encapsulate a request as an object, thereby letting you parameterize clients with different requests, queue or log requests. A concrete Command (a subclass) can (and should be) injected with contextual data via dependency injection in the constructor
저자: Rolf Vreijdenberger
상속: implements izzum\command\ICommand
파일 보기 프로젝트 열기: rolfvreijdenberger/izzum-statemachine

공개 메소드들

메소드 설명
__toString ( )
execute ( ) (non-PHPdoc)
toString ( ) : string

보호된 메소드들

메소드 설명
_execute ( )
handleException ( izzum\command\Exception $e ) hook method for logging etc.

메소드 상세

__toString() 공개 메소드

public __toString ( )

_execute() 추상적인 보호된 메소드

abstract protected _execute ( )

execute() 최종 공개 메소드

(non-PHPdoc)
또한 보기: izzum\command\ICommand::execute()
final public execute ( )

handleException() 보호된 메소드

hook method for logging etc.
protected handleException ( izzum\command\Exception $e )
$e izzum\command\Exception

toString() 공개 메소드

public toString ( ) : string
리턴 string