LazyOption::select( $value )


Source

File: vendor/phpoption/phpoption/src/PhpOption/LazyOption.php

    public function select($value)
    {
        return $this->option()->select($value);
    }