コード例 #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();
 }