Some::get()
Source
File: vendor/phpoption/phpoption/src/PhpOption/Some.php
public function get()
{
return $this->value;
}
File: vendor/phpoption/phpoption/src/PhpOption/Some.php
public function get()
{
return $this->value;
}