PHP 클래스 Bob\TaskRegistry

상속: extends ArrayObject
파일 보기 프로젝트 열기: chh/bob 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$lastDescription # Internal: Stores the description for the next created task.

공개 메소드들

메소드 설명
offsetGet ( $name )
offsetSet ( $offset, $task )

메소드 상세

offsetGet() 공개 메소드

public offsetGet ( $name )

offsetSet() 공개 메소드

public offsetSet ( $offset, $task )

프로퍼티 상세

$lastDescription 정적으로 공개적으로 프로퍼티

# Internal: Stores the description for the next created task.
static public $lastDescription