Neos\Flow\Tests\Functional\Aop\Fixtures\PrototypeClassG::__clone PHP Method

__clone() public method

public __clone ( )
    public function __clone()
    {
        $this->realOrCloned = 'cloned!';
    }
PrototypeClassG