Neos\Flow\Tests\Unit\ObjectManagement\Fixture\ReconstitutableClassWithSimpleProperties::__construct PHP Method

__construct() public method

The constructor - similar to what you would find in a AOP proxy class.
public __construct ( $someArgument, Neos\Flow\ObjectManagement\ObjectManagerInterface $Flow_Aop_Proxy_objectManager )
$Flow_Aop_Proxy_objectManager Neos\Flow\ObjectManagement\ObjectManagerInterface
    public function __construct($someArgument, ObjectManagerInterface $Flow_Aop_Proxy_objectManager)
    {
        $this->constructorHasBeenCalled = true;
    }