BookStack\Activity::getText PHP Метод

getText() публичный Метод

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