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
파일 보기
프로젝트 열기: rolfvreijdenberger/izzum-statemachine
공개 메소드들
보호된 메소드들
메소드 상세
handleException()
보호된 메소드
hook method for logging etc.
protected handleException ( izzum\command\Exception $e ) |
$e |
izzum\command\Exception |
|