示例#1
0
 /**
  * This should be included in _all_ your domain classes. Do NOT change this.
  */
 public function __construct(array $init = array())
 {
     parent::__construct($init);
 }