class TimeLineArgument extends Argument

Properties

protected array $arguments

Request array.

from  Argument
static protected array $default_arguments

Default argument array.

from  Argument
static protected $allowed_and_casts {inheritance}.
static protected $default_from_type from  Argument
protected array $container

output = $container->toArray() with all arguments.

from  Argument

Methods

array
default()

{inheritance}.

__construct(array $arguments = [])

No description

from  Argument
Argument
query(mixed $column, string $value = null)

Query.

from  Argument
Argument
queryByTitle(string $value)

Query by title.

from  Argument
Argument
queryByContent(string $value)

Query by content.

from  Argument
array
toArray()

Return argument array.

from  Argument
array
getArguments()

Output arguments.

from  Argument

Details

at line 26
protected array default()

{inheritance}.

Return Value

array

in Argument at line 52
__construct(array $arguments = [])

No description

Parameters

array $arguments

in Argument at line 109
Argument query(mixed $column, string $value = null)

Query.

Parameters

mixed $column
string $value

Return Value

Argument

in Argument at line 134
Argument queryByTitle(string $value)

Query by title.

Parameters

string $value

Return Value

Argument

in Argument at line 145
Argument queryByContent(string $value)

Query by content.

Parameters

string $value

Return Value

Argument

in Argument at line 155
array toArray()

Return argument array.

Return Value

array

in Argument at line 165
array getArguments()

Output arguments.

Return Value

array