interface Plex_Server_Library_ItemInterface

Interface that defines the structure of Plex library items.

Methods

void
setAttributes(array $attribute)

Sets an array of attributes, if they exist, to the corresponding class member.

Details

at line 51
void setAttributes(array $attribute)

Sets an array of attributes, if they exist, to the corresponding class member.

Parameters

array $attribute An array of item attributes as passed back by the Plex HTTP API.

Return Value

void