__construct() public method

Prep properties.
Since: 2.0.0
public __construct ( )
Esempio n. 1
0
 public function __construct(AccountOrderModel $model)
 {
     parent::__construct($model);
     $this->model = $model;
 }