Bitrix24\Task\CommentItem::getManifest PHP Method

getManifest() public method

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