*** # Style Courier_Style Class * Full name: `\CourierNotices\Model\Taxonomy\Style` ## Properties ### config Configuration ```php private \CourierNotices\Model\Config $config ``` *** ### name Placement name ```php public string $name ``` *** ### labels Labels ```php private array $labels ``` *** ### args Arguments ```php private array $args ``` *** ## Methods ### __construct _Placement constructor. ```php public __construct(): mixed ``` *** ### get_args Returns the arguments ```php public get_args(): array ``` *** ### get_styles Get all the styles associated with courier notices ```php public get_styles(string|mixed $fields = 'all'): array|mixed|void ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$fields` | **string|mixed** | Allows for whatever WP_Term_Query allows | *** ### get_styles_options ```php public get_styles_options(): mixed ``` *** *** > Automatically generated on 2024-08-26