BcBaserHelper::link PHP 메소드

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