Example #1
0
 public function __construct(ArrayAccess $entity = NULL, $filter = "", $fields = TRUE, $context = NULL, Loops $loops = NULL)
 {
     parent::__construct($entity, $filter, $context, $loops);
     self::enhanceFromEntity($this, $entity, $filter, $fields, $this->getLoops());
 }