コード例 #1
0
ファイル: Boolean.php プロジェクト: frenchfrogs/framework
 /**
  * Get value to strainer element
  *
  * @return mixed
  */
 public function getValue()
 {
     return $this->element->getValue()[0];
 }