Bitrix24\Task\CommentItem::getManifest PHP Метод

getManifest() публичный Метод

Returns the list of methods of the type task.commentitem.* and their description.
public getManifest ( ) : array
Результат array
    public function getManifest()
    {
        $result = $this->client->call('task.commentitem.getmanifest');
        return $result;
    }