You are here

class ContentType in Auth0 Single Sign On 8.2

Hierarchy

Expanded class hierarchy of ContentType

3 files declare their use of ContentType
ApiClient.php in vendor/auth0/auth0-php/src/API/Helpers/ApiClient.php
Authentication.php in vendor/auth0/auth0-php/src/API/Authentication.php
HeaderTest.php in vendor/auth0/auth0-php/tests/API/Header/HeaderTest.php

File

vendor/auth0/auth0-php/src/API/Header/ContentType.php, line 4

Namespace

Auth0\SDK\API\Header
View source
class ContentType extends Header {

  /**
   * ContentType constructor.
   *
   * @param string $contentType
   */
  public function __construct($contentType) {
    parent::__construct('Content-Type', $contentType);
  }

}

Members

Namesort descending Modifiers Type Description Overrides
ContentType::__construct public function ContentType constructor. Overrides Header::__construct
Header::$header protected property
Header::$value protected property
Header::get public function
Header::getHeader public function
Header::getValue public function