예제 #1
0
파일: Select.php 프로젝트: brick/brick
 /**
  * Returns all the options inside this select.
  *
  * @return Element[]
  */
 public function getOptions()
 {
     return $this->element->find(By::tagName('option'))->all();
 }