BookStack\Activity::getText PHP Method

getText() public method

Returns text from the language files, Looks up by using the activity key.
public getText ( )
    public function getText()
    {
        return trans('activities.' . $this->key);
    }