Bitrix24\Event\Event::getList PHP 메소드

getList() 공개 메소드

Get list of all supported events
public getList ( ) : array
리턴 array
    public function getList()
    {
        $fullResult = $this->client->call('events', array());
        return $fullResult;
    }