コード例 #1
0
ファイル: Template.php プロジェクト: ariol/adminshop
 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);
 }