Neos\Flow\Tests\Unit\ObjectManagement\Proxy\FooBarAnnotation::__construct PHP Method

__construct() public method

public __construct ( $value = 1.2 )
    public function __construct($value = 1.2)
    {
        $this->value = $value;
    }
FooBarAnnotation