OEModule\OphCoMessaging\models\Element_OphCoMessaging_Message::getInfotext PHP Method

getInfotext() public method

Info Text set based on the current attributes.
public getInfotext ( )
    public function getInfotext()
    {
        return $this->marked_as_read ? 'read' : 'unread';
    }