Go\Stubs\FirstStatic::__construct PHP Method

__construct() public method

public __construct ( Go\Aop\Intercept\Invocation $invocation )
$invocation Go\Aop\Intercept\Invocation
    public function __construct(Invocation $invocation)
    {
        static::$invocation = $invocation;
    }