tagRECOPI() 공개 메소드

tagRECOPI
public tagRECOPI ( string $nItem = '', string $texto = '' ) : DOMElement
$nItem string
$texto string
리턴 DOMElement
예제 #1
0
 /**
  * lbEntity
  * Cria a tag RECOPI
  *
  * @param array $aCampos
  */
 protected function lbEntity($aCampos)
 {
     //LB|nRECOPI|
     $this->make->tagRECOPI($this->nItem, $aCampos[1]);
 }