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();
 }