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

getFile() public method

Returns the annotation registry's file.
public getFile ( ) : string
return string The annotation registry's file
    public function getFile()
    {
        return $this->file;
    }