PopTest\Service\Foo::__construct PHP Method

__construct() public method

public __construct ( $val = null )
    public function __construct($val = null)
    {
        $this->value = $val;
    }