Lines Matching refs:array_get
512 $newName = array_get($response, 'name', $this->name);
564 $this->topic = array_get($response, 'topic', $this->topic);
602 if ($aliases = array_get($chunk, 'content.aliases')) {
636 if (array_get($event, 'event.membership') == 'join') {
638 $this->addMember($userId, array_get($event, 'content.displayname'));
845 $this->name = array_get($econtent, 'name');
848 $this->canonicalAlias = array_get($econtent, 'alias');
851 $this->topic = array_get($econtent, 'topic');
854 $this->aliases = array_get($econtent, 'aliases');
863 $this->encrypted = array_get($econtent, 'algorithm') ? true : $this->encrypted;
870 $this->addMember($userId, array_get($econtent, 'displayname'));
872 unset($this->_members[array_get($stateEvent, 'state_key')]);