Property | Type | Description | |
---|---|---|---|
$adapter | ManaPHP\Task\Metadata\AdapterInterface |
Property | Type | Description | |
---|---|---|---|
$_prefix | string | ||
$_taskIds | array |
Method | Description | |
---|---|---|
__construct ( string | array | ManaPHP\Task\Metadata\AdapterInterface $options = [] ) | Metadata constructor. | |
delete ( string $task, string $field ) : void | ||
exists ( string $task, string $field ) : boolean | ||
get ( string $task, string $field ) : mixed | ||
getAll ( string $task ) : array | ||
reset ( string $task ) : void | ||
set ( string $task, string $field, mixed $value ) : void | ||
setDependencyInjector ( ManaPHP\DiInterface $dependencyInjector ) : static |
Method | Description | |
---|---|---|
_formatKey ( string $task, string $field ) : string |
public __construct ( string | array | ManaPHP\Task\Metadata\AdapterInterface $options = [] ) | ||
$options | string | array | ManaPHP\Task\Metadata\AdapterInterface |
public setDependencyInjector ( ManaPHP\DiInterface $dependencyInjector ) : static | ||
$dependencyInjector | ManaPHP\DiInterface | |
return | static |