AppserverIo\Appserver\Core\Api\Node\AnnotationRegistryNode::getFile PHP Метод

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

Returns the annotation registry's file.
public getFile ( ) : string
Результат string The annotation registry's file
    public function getFile()
    {
        return $this->file;
    }