19 declare(strict_types=1);
35 return new Group($identification, $title);
42 return new Link($identification, $title);
50 return new Modal($identification, $title, $modal);
58 return new Permanent($identification, $title, $uri);
65 return new Text($identification, $text);
Interface Observer Contains several chained tasks and infos about them.
Interface IdentificationInterface.