App\services\OptionFormItem::hint PHP 메소드

hint() 공개 메소드

public hint ( $hint_content )
    public function hint($hint_content)
    {
        $this->hint = view('vendor.option-form.hint')->with('hint', $hint_content)->render();
        return $this;
    }