Добавление комментария к методу getIsNoEmpty() и перемещение этого метода в класс File

This commit is contained in:
Alexander Demidov
2013-08-14 22:17:21 +04:00
parent 9e9913c4a6
commit e97f584ebc
2 changed files with 10 additions and 5 deletions

View File

@ -38,9 +38,4 @@ class Image extends File
{
return parent::getImageVariant($size);
}
public function getIsNoEmpty()
{
return (bool) $this->size;
}
}