BcBaserHelper::link PHP Method

    public function link($title, $url = null, $htmlAttributes = array(), $confirmMessage = false)
    {
        echo $this->getLink($title, $url, $htmlAttributes, $confirmMessage);
    }