Some::create( $value )
Source
File: vendor/phpoption/phpoption/src/PhpOption/Some.php
public static function create($value)
{
return new self($value);
}
Related
Uses
Uses | Description |
---|---|
vendor/phpoption/phpoption/src/PhpOption/Some.php: Some::__construct() |
Used By
Used By | Description |
---|---|
vendor/vlucas/phpdotenv/src/Regex/Success.php: Success::success() |
Get the success option value. |
vendor/vlucas/phpdotenv/src/Regex/Error.php: Error::error() |
Get the error option value. |
vendor/vlucas/phpdotenv/src/Environment/Adapter/ServerConstAdapter.php: ServerConstAdapter::get() |
Get an environment variable, if it exists. |
vendor/vlucas/phpdotenv/src/Environment/Adapter/EnvConstAdapter.php: EnvConstAdapter::get() |
Get an environment variable, if it exists. |
vendor/vlucas/phpdotenv/src/Environment/Adapter/ArrayAdapter.php: ArrayAdapter::get() |
Get an environment variable, if it exists. |
vendor/phpoption/phpoption/tests/PhpOption/Tests/LazyOptionTest.php: LazyOptionTest::testGetWithArgumentsAndCreate() | |
vendor/phpoption/phpoption/tests/PhpOption/Tests/LazyOptionTest.php: LazyOptionTest::testGetWithoutArgumentsAndConstructor() | |
vendor/phpoption/phpoption/tests/PhpOption/Tests/LazyOptionTest.php: LazyOptionTest::testGetWithoutArgumentsAndCreate() | |
vendor/phpoption/phpoption/tests/PhpOption/Tests/LazyOptionTest.php: LazyOptionTest::testOrElse() | |
vendor/phpoption/phpoption/tests/PhpOption/Tests/EnsureTest.php: EnsureTest::testOptionReturnedFromClosure() | |
vendor/phpoption/phpoption/tests/PhpOption/Tests/LazyOptionTest.php: LazyOptionTest::testGetWithArgumentsAndConstructor() | |
vendor/phpoption/phpoption/tests/PhpOption/Tests/NoneTest.php: NoneTest::testOrElse() | |
vendor/phpoption/phpoption/tests/PhpOption/Tests/SomeTest.php: SomeTest::testCreate() | |
vendor/phpoption/phpoption/tests/PhpOption/Tests/SomeTest.php: SomeTest::testOrElse() |