Newscoop\Image\ArticleImage::getWidth PHP Метод

getWidth() публичный Метод

Get width
public getWidth ( ) : integer
Результат integer
    public function getWidth()
    {
        return $this->image->getWidth();
    }

Usage Example

 public function getWidth()
 {
     $this->__load();
     return parent::getWidth();
 }