PHP Class Zendesk\API\Resources\HelpCenter\Articles

Inheritance: extends ResourceAbstract, use trait Zendesk\API\Traits\Resource\Defaults, use trait Zendesk\API\Traits\Resource\Locales
Show file Open project: zendesk/zendesk_api_client_php

Protected Properties

Property Type Description
$objectName

Public Methods

Method Description
bulkAttach ( integer $articleId, array $params, string $routeKey = __FUNCTION__ ) : null | stdClass Bulk upload attachments to a specified article

Protected Methods

Method Description
setupRoutes ( )

Method Details

bulkAttach() public method

Bulk upload attachments to a specified article
public bulkAttach ( integer $articleId, array $params, string $routeKey = __FUNCTION__ ) : null | stdClass
$articleId integer The article to update
$params array An array of attachment ids
$routeKey string The route to set
return null | stdClass

setupRoutes() protected method

protected setupRoutes ( )

Property Details

$objectName protected property

protected $objectName