示例#1
0
 /** 
  * TODO look into init instance via constructor. Since this entity extends Model base class, look into
  * the implications of that.
  * 
  * @param array $arr attributes
  */
 public function __construct(array $arr = array())
 {
     parent::__construct($arr);
 }
示例#2
0
 public function __construct(array $attributes = array())
 {
     parent::__construct($attributes);
 }