class ContentType in Auth0 Single Sign On 8.2
Hierarchy
- class \Auth0\SDK\API\Header\Header
- class \Auth0\SDK\API\Header\ContentType
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\HeaderView source
class ContentType extends Header {
/**
* ContentType constructor.
*
* @param string $contentType
*/
public function __construct($contentType) {
parent::__construct('Content-Type', $contentType);
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ContentType:: |
public | function |
ContentType constructor. Overrides Header:: |
|
Header:: |
protected | property | ||
Header:: |
protected | property | ||
Header:: |
public | function | ||
Header:: |
public | function | ||
Header:: |
public | function |