'datetime', ]; public function getFolder() { $arrayHash = str_split(strtolower(md5($this->id))); return sprintf('%s/%s', $arrayHash[0], $arrayHash[1]); } /** * @return bool */ public function isE2E() { return (bool) $this->encrypt_messages; } }