Example #1
0
 /**
  * add fluent interface to @see parent::fromArray
  * @return myDoctrineRecord $this ( fluent interface )
  */
 public function fromArray(array $array, $deep = true)
 {
     parent::fromArray($array, $deep);
     return $this;
 }