Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
added getOptions to element
Browse files Browse the repository at this point in the history
  • Loading branch information
phpboyscout committed Jul 15, 2012
1 parent 0116a92 commit 8ac7346
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions library/Zend/Form/Element.php
Expand Up @@ -117,6 +117,16 @@ public function setOptions($options)
return $this;
}

/**
* get defined options
*
* @return array()
*/
public function getOptions()
{
return $this->options;
}

/**
* Set a single element attribute
*
Expand Down

0 comments on commit 8ac7346

Please sign in to comment.