get()); } /** * @return int */ public function chunkCount(): int { return $this->getSmsLength()->getMessageCount(); } /** * @return int */ public function length(): int { return $this->getSmsLength()->getSize(); } public function getMessageContent() { return $this->get(); } }