示例#1
0
 /**
  * create an instance of Pivotal class
  * @param $_source
  */
 private function getCapInstance(&$_source)
 {
     $this->_mark = FALSE;
     $_Captal = new Pivotal(self::$_Config, $_source);
     $_tagA = $_Captal->parseUrl();
     $this->_mark = TRUE;
     return $_tagA;
 }