| 1 | <?php |
||
| 8 | class NewsletterListCollection extends Collection |
||
| 9 | { |
||
| 10 | /** @var string */ |
||
| 11 | public $defaultList = ''; |
||
| 12 | |||
| 13 | public static function createFromConfig(array $config): self |
||
| 30 | |||
| 31 | public function findByName(string $name): NewsletterList |
||
| 45 | |||
| 46 | public function getDefault(): NewsletterList |
||
| 56 | } |
||
| 57 |