메소드 | 설명 | |
---|---|---|
articles ( |
Returns articles for a given playlist. | |
articlesCount ( |
Returns the total count of articles for a given playlist. | |
delete ( |
Delete playlist. | |
getArticlePlaylists ( integer $articleId, integer $languageId ) : array | Gets the list of playlist the given article belongs to. | |
getPlaylist ( $id ) | ||
getPlaylistByTitle ( $title ) | ||
getPlaylists ( ) | ||
save ( |
Save playlist with articles. |
public articles ( |
||
$playlist | ||
$languages | array | |
$fullArticle | boolean | |
$limit | integer | |
$offset | integer | |
$publishedOnly | boolean |
public articlesCount ( |
||
$playlist | ||
$languages | array | |
$publishedOnly | boolean |
public delete ( |
||
$playlist |