Akamai\Open\Example\CCU::__construct PHP Method

__construct() public method

public __construct ( $configSection = null, $configFile = null )
    public function __construct($configSection = null, $configFile = null)
    {
        $this->client = \Akamai\Open\EdgeGrid\Client::createFromEdgeRcFile($configSection, $configFile);
    }