Mandrill_Tags =============== * Class name: Mandrill_Tags * Namespace: Methods ------- ### __construct mixed Mandrill_Tags::__construct(\Mandrill $master) * Visibility: **public** #### Arguments * $master **[Mandrill](Mandrill.md)** ### getList array Mandrill_Tags::getList() Return all of the user-defined tag information * Visibility: **public** ### delete \struct Mandrill_Tags::delete(string $tag) Deletes a tag permanently. Deleting a tag removes the tag from any messages that have been sent, and also deletes the tag's stats. There is no way to undo this operation, so use it carefully. * Visibility: **public** #### Arguments * $tag **string** - <p>a tag name</p> ### info \struct Mandrill_Tags::info(string $tag) Return more detailed information about a single tag, including aggregates of recent stats * Visibility: **public** #### Arguments * $tag **string** - <p>an existing tag name</p> ### timeSeries array Mandrill_Tags::timeSeries(string $tag) Return the recent history (hourly stats for the last 30 days) for a tag * Visibility: **public** #### Arguments * $tag **string** - <p>an existing tag name</p> ### allTimeSeries array Mandrill_Tags::allTimeSeries() Return the recent history (hourly stats for the last 30 days) for all tags * Visibility: **public**