Jackalope\NodeType\NodeTypeXmlConverter::__construct PHP 메소드

__construct() 공개 메소드

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)
    {
    }