app\models\Fragment::getDescriptionForEvent PHP Метод

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

public getDescriptionForEvent ( string $eventName ) : string
$eventName string
Результат string
    public function getDescriptionForEvent(string $eventName) : string
    {
        $link = link_to_action('Back\\FragmentController@edit', $this->fullName, [$this->id]);
        return "Fragment '{$link}' werd bijgewerkt";
    }