__construct() публичный Метод

Prep properties.
С версии: 2.0.0
public __construct ( )
Пример #1
0
 public function __construct(AccountOrderModel $model)
 {
     parent::__construct($model);
     $this->model = $model;
 }