Esempio n. 1
0
 /**
  * Returns rule as an array for admin interface
  *
  * @deprecated after 1.11.2.0
  *
  * @param array $arrAttributes
  *
  * Output example:
  * array(
  *   'name'=>'Example rule',
  *   'conditions'=>{condition_combine::toArray}
  *   'actions'=>{action_collection::toArray}
  * )
  *
  * @return array
  */
 public function toArray(array $arrAttributes = array())
 {
     return parent::toArray($arrAttributes);
 }