Пример #1
0
 /**
  * @param LocalInterface $asset
  * @param string $origContent
  * @param string $origContentType
  * @param null $origAssetPath
  */
 public function __construct(LocalInterface $asset, $origContent, $origContentType, $origAssetPath = null)
 {
     parent::__construct($asset, $origContent, $origContentType);
     $this->targetContentType = $this->origContentType;
     $this->targetAssetPath = $origAssetPath;
 }