コード例 #1
0
 /**
  * {@inheritDoc}
  */
 public function toArray(array $excludeAttribute = array(), \ReflectionClass $parentClass = NULL)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'toArray', array($excludeAttribute, $parentClass));
     return parent::toArray($excludeAttribute, $parentClass);
 }