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