phpDocumentor\Reflection\DocBlock::export PHP 메소드

export() 공개 정적인 메소드

Builds a string representation of this object.
public static export ( ) : string
리턴 string
    public static function export()
    {
        throw new \Exception('Not yet implemented');
    }