__construct() 공개 메소드

Prep properties.
부터: 2.0.0
public __construct ( )
예제 #1
0
 public function __construct(AccountOrderModel $model)
 {
     parent::__construct($model);
     $this->model = $model;
 }