withoutWrapping(); return [ 'tp_uuid' => $this->tp_uuid, 'title' => $this->title, // 'details' => $this->concatDetails($this->details), 'details' => $this->details, 'type' => $this->type, ]; } // function concatDetails($details) // { // return strlen($details) < 100 ? $details : substr($details, 0, 100)."..."; // } }