Go\Stubs\FirstStatic::__construct PHP 메소드

__construct() 공개 메소드

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