AppserverIo\Appserver\Core\Api\Node\IgnoredAnnotationNode::__construct PHP Method

__construct() public method

Initializes the directory node with the necessary data.
public __construct ( AppserverIo\Configuration\Interfaces\ValueInterface $nodeValue = null )
$nodeValue AppserverIo\Configuration\Interfaces\ValueInterface The node value
    public function __construct(ValueInterface $nodeValue = null)
    {
        $this->nodeValue = $nodeValue;
    }
IgnoredAnnotationNode