ListPolicy
in package
ListPolicy directives when creating a list and writing list items.
Table of Contents
Methods
- __construct() : mixed
- NewListPolicy creates a policy with directives when creating a list and writing list items.
Methods
__construct()
NewListPolicy creates a policy with directives when creating a list and writing list items.
public
__construct(mixed $order, array<string|int, mixed>|null $flags) : mixed
Flags are ListWriteFlags. You can specify multiple by or
ing them together.
Parameters
- $order : mixed
- $flags : array<string|int, mixed>|null