1 | <?php |
||
19 | abstract class AbstractLoaderFactory implements LoaderFactoryInterface |
||
20 | { |
||
21 | /** |
||
22 | * @var string |
||
23 | */ |
||
24 | protected static $namePrefix = 'liip_imagine.binary.loader'; |
||
25 | |||
26 | /** |
||
27 | * @return ChildDefinition|DefinitionDecorator |
||
28 | */ |
||
29 | final protected function getChildLoaderDefinition() |
||
36 | |||
37 | /** |
||
38 | * @param string $name |
||
39 | * @param Definition $definition |
||
40 | * @param ContainerBuilder $container |
||
41 | * |
||
42 | * @return string |
||
43 | */ |
||
44 | final protected function setTaggedLoaderDefinition($name, Definition $definition, ContainerBuilder $container) |
||
57 | } |
||
58 |
This class, trait or interface has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the type will be removed from the class and what other constant to use instead.