set_orm() public method

Set the wrapped ORM instance associated with this Model instance.
public set_orm ( ORM $orm ) : void
$orm ORM
return void
Example #1
0
 public function set_orm($orm)
 {
     parent::set_orm($orm);
     $this->requirePermissionSelect($orm->as_array());
 }