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

__construct() public method

Initializes the annotation registry configuration with the passed values.
public __construct ( string $type = '', string $file = '', string $namespace = '' )
$type string The annotation registry's type
$file string The annotation registry's file
$namespace string The annotation registry's namespace
    public function __construct($type = '', $file = '', $namespace = '')
    {
        $this->type = $type;
        $this->file = $file;
        $this->namespace = $namespace;
    }