action . ', method=' . $this->method . ']'; } public function __construct ($action, $method='GET') { parent::__construct(static::$apiName, $action, $method); } } ?>