PHP Class Bob\TaskRegistry

Inheritance: extends ArrayObject
Show file Open project: chh/bob Class Usage Examples

Public Properties

Property Type Description
$lastDescription # Internal: Stores the description for the next created task.

Public Methods

Method Description
offsetGet ( $name )
offsetSet ( $offset, $task )

Method Details

offsetGet() public method

public offsetGet ( $name )

offsetSet() public method

public offsetSet ( $offset, $task )

Property Details

$lastDescription static public property

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