예제 #1
0
 public function __construct(array $column = array())
 {
     parent::__construct($column);
     $this->_template = Arr::get($column, 'template', $this->_template);
 }
예제 #2
0
파일: Image.php 프로젝트: ariol/adminshop
 public function __construct(array $column = array())
 {
     parent::__construct($column);
     $this->_resize = Arr::get($column, 'resize', $this->_resize);
 }