Example #1
0
 /**
  * Image file width getter
  *
  * @param  \Magento\Framework\DataObject $file
  * @return string
  */
 public function getFileWidth(\Magento\Framework\DataObject $file)
 {
     return $file->getWidth();
 }