eZ\Publish\Core\FieldType\BinaryFile\BinaryFileStorage\Gateway\LegacyStorage::getStorageTable PHP 메소드

getStorageTable() 보호된 메소드

Returns the table name to store data in.
protected getStorageTable ( ) : string
리턴 string
    protected function getStorageTable()
    {
        return 'ezbinaryfile';
    }