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

setFile() public method

Set the field name that stores the grid file.
public setFile ( string $file )
$file string
    public function setFile($file)
    {
        $this->file = $file;
    }
ClassMetadataInfo