예제 #1
0
 /**
  * Returns the array representation of this class 
  *
  * @return array
  */
 public function toArray($name = 'actionFileInto')
 {
     return parent::toArray($name);
 }
예제 #2
0
 /**
  * Returns the array representation of this class 
  *
  * @param  string $name
  * @return array
  */
 public function toArray($name = 'actionFlag')
 {
     return parent::toArray($name);
 }
예제 #3
0
 /**
  * Returns the array representation of this class 
  *
  * @return array
  */
 public function toArray($name = 'actionReply')
 {
     return parent::toArray($name);
 }
예제 #4
0
 /**
  * Returns the array representation of this class 
  *
  * @return array
  */
 public function toArray($name = 'actionNotify')
 {
     return parent::toArray($name);
 }