Overview

Namespaces

  • Net
    • Bazzline
      • Component
        • Curl
          • Builder
          • Dispatcher
          • HeaderLine
          • Option
            • Authentication
            • Authorization
            • Behaviour
            • Callback
            • Cookie
            • Ftp
            • Security
            • Transfer
          • Request
          • Response
          • ResponseBehaviour

Classes

  • AbstractContentType
  • AbstractHeaderLine
  • AcceptEncoding
  • AcceptLanguage
  • ContentTypeIsUtf8Form
  • ContentTypeIsUtf8Html
  • ContentTypeIsUtf8Json
  • Custom

Interfaces

  • HeaderLineInterface
  • Overview
  • Namespace
  • Class

Class Custom

Net\Bazzline\Component\Curl\HeaderLine\AbstractHeaderLine implements Net\Bazzline\Component\Curl\HeaderLine\HeaderLineInterface
Extended by Net\Bazzline\Component\Curl\HeaderLine\Custom
Namespace: Net\Bazzline\Component\Curl\HeaderLine
Located at HeaderLine/Custom.php
Methods summary
public
# __construct( string $identifier, string $value )

Custom constructor.

Custom constructor.

Parameters

$identifier
  • e.g. My-Header-Line - "X-" will be prefixed automatically
$value
  • e.g. bazzline
protected string
# prefix( )

Returns

string
protected string
# suffix( )

Returns

string
Methods inherited from Net\Bazzline\Component\Curl\HeaderLine\AbstractHeaderLine
line()
PHP Curl Component by bazzline.net API documentation generated by ApiGen