Example #1
0
 function __construct($subm)
 {
     $this->subm = $subm;
     parent::__construct($subm->entity());
 }
Example #2
0
 function __construct($entity)
 {
     parent::__construct($entity);
 }