Jackalope\NodeType\NodeTypeXmlConverter::__construct PHP Méthode

__construct() public méthode

Everything inside jackalope has to accept the factory in the constructor. We define the constructor but do nothing at all.
public __construct ( Jackalope\FactoryInterface $factory )
$factory Jackalope\FactoryInterface the object factory
    public function __construct(FactoryInterface $factory)
    {
    }