PHP Trait Widmogrod\Common\PointedTrait

Show file Open project: widmogrod/php-functional

Protected Properties

Property Type Description
$value mixed

Public Methods

Method Description
__construct ( mixed $value ) Ensure everything on start.
of ( $value )

Method Details

__construct() public method

Ensure everything on start.
public __construct ( mixed $value )
$value mixed

of() public static method

public static of ( $value )

Property Details

$value protected property

protected mixed $value
return mixed