Table
class Table implements Iterator, ArrayAccess, Countable (View source)
Traits
ArrayAccessTrait
IteratorTrait
CountableTrait
LoggerTrait
ConfigurationTrait
EventsTrait
Methods
__construct(Configuration $configuration, LoggerInterface $logger, Manager $events)
No description
bool
add(string $name, string $class, string $description = null)
Add a new task to table
bool
delete(string $name)
Delete a task from table
bool
addBulk(array $tasks)
Load a bulk task list into the table
static
create(Configuration $configuration, LoggerInterface $logger, Manager $events)
No description
Details
at line 48
__construct(Configuration $configuration, LoggerInterface $logger, Manager $events)
at line 84
bool
add(string $name, string $class, string $description = null)
Add a new task to table
at line 121
bool
delete(string $name)
Delete a task from table
at line 138
bool
addBulk(array $tasks)
Load a bulk task list into the table