Newscoop\Image\ArticleRendition::getImageSpecs PHP Method

getImageSpecs() public method

Get specs
public getImageSpecs ( ) : string
return string
    public function getImageSpecs()
    {
        return $this->imageSpecs;
    }

Usage Example

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