Jackalope\NodeType\NodeTypeDefinition::getDeclaredChildNodeDefinitions PHP Method

getDeclaredChildNodeDefinitions() public method

{@inheritDoc}
    public function getDeclaredChildNodeDefinitions()
    {
        return null === $this->declaredNodeDefinitions ? null : $this->declaredNodeDefinitions->getArrayCopy();
    }