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;
    }