PHP Class Crummy\Phlack\Bridge\Guzzle\PhlackClient

Inheritance: extends Guzzle\Service\Client
Datei anzeigen Open project: mcrumm/phlack Class Usage Examples

Protected Properties

Property Type Description
$defaultConfig array
$legacyRequirements array

Public Methods

Method Description
__construct ( string $baseUrl = LegacyUrlPlugin::BASE_URL, array | null $config = null )
factory ( $config = [] )

Private Methods

Method Description
isLegacyUrl ( string $baseUrl ) : boolean

Method Details

__construct() public method

public __construct ( string $baseUrl = LegacyUrlPlugin::BASE_URL, array | null $config = null )
$baseUrl string
$config array | null

factory() public static method

public static factory ( $config = [] )

Property Details

$defaultConfig protected_oe property

protected array $defaultConfig
return array

$legacyRequirements protected_oe property

protected array $legacyRequirements
return array