Jackalope\NodeType\NodeTypeTemplate::getPropertyDefinitionTemplates PHP Метод

getPropertyDefinitionTemplates() публичный Метод

{@inheritDoc}
    public function getPropertyDefinitionTemplates()
    {
        if (null === $this->declaredPropertyDefinitions) {
            $this->declaredPropertyDefinitions = new ArrayObject();
        }
        return $this->declaredPropertyDefinitions;
    }