Doctrine\ODM\MongoDB\Mapping\ClassMetadataInfo::getFile PHP Method

getFile() public method

Returns the file field name.
public getFile ( ) : string
return string $file The file field name.
    public function getFile()
    {
        return $this->file;
    }
ClassMetadataInfo