예제 #1
0
 public function __construct($item)
 {
     parent::__construct($item);
     $this->companyModel = CompanyModel::getInstance();
 }
예제 #2
0
파일: Company.php 프로젝트: JoniJnm/dokify2
 public function __construct($item)
 {
     parent::__construct($item);
     $this->agreementModel = AgreementModel::getInstance();
 }
예제 #3
0
 public function __construct($item)
 {
     parent::__construct($item);
     $this->relationModel = RelationModel::getInstance();
 }