Modules\Core\Source\Libs\Middleware\CoreFirstLastMiddleware::__construct PHP 메소드

__construct() 공개 메소드

container
public __construct ( $c )
    public function __construct($c)
    {
        $this->c = $c;
        // store the instance as a property
    }
CoreFirstLastMiddleware