Example #1
0
 /**
  * Get the elements for this action according to the action mask
  *
  * @return ElementIterator
  */
 public function getElements()
 {
     return $this->form->getElements($this);
 }