Common\Doctrine\Type\AbstractFileType::convertToPHPValue PHP Method

convertToPHPValue() public method

public convertToPHPValue ( string $fileName, Doctrine\DBAL\Platforms\AbstractPlatform $platform ) : AbstractFile
$fileName string
$platform Doctrine\DBAL\Platforms\AbstractPlatform
return Common\Doctrine\ValueObject\AbstractFile
    public function convertToPHPValue($fileName, AbstractPlatform $platform)
    {
        return $this->createFromString($fileName);
    }