sicam/libs/clases/utilidades/Textos.phpView Source

Show: PublicProtectedPrivateinherited
Table of Contents
Package
Default  

\Textos

Package: Default
Description of Textos
Author
Toshiba  

Properties

>VPropertypublic$apellidosExtranos = array(array("apellido" => 'FERNANDEZ DE CASTRO', "remplazo" => 'FERNANDEZDECASTRO'), array("apellido" => 'FERNANDEZ DECASTRO', "remplazo" => 'FERNANDEZDECASTRO'), array("apellido" => 'DIAZ GRANADOS', "remplazo" => 'DIAZGRANADOS '), array("apellido" => 'GUTIERREZ DEPINERES', "remplazo" => 'GUTIERREZDEPIÑERES'), array("apellido" => 'GUTIERREZ DE PINERES', "remplazo" => 'GUTIERREZDEPIÑERES'), array("apellido" => 'GUTIERREZ DEPIÑERES', "remplazo" => 'GUTIERREZDEPIÑERES'), array("apellido" => 'GUTIERREZ DE PIÑERES', "remplazo" => 'GUTIERREZDEPIÑERES'))
static
Default valuearray(array("apellido" => 'FERNANDEZ DE CASTRO', "remplazo" => 'FERNANDEZDECASTRO'), array("apellido" => 'FERNANDEZ DECASTRO', "remplazo" => 'FERNANDEZDECASTRO'), array("apellido" => 'DIAZ GRANADOS', "remplazo" => 'DIAZGRANADOS '), array("apellido" => 'GUTIERREZ DEPINERES', "remplazo" => 'GUTIERREZDEPIÑERES'), array("apellido" => 'GUTIERREZ DE PINERES', "remplazo" => 'GUTIERREZDEPIÑERES'), array("apellido" => 'GUTIERREZ DEPIÑERES', "remplazo" => 'GUTIERREZDEPIÑERES'), array("apellido" => 'GUTIERREZ DE PIÑERES', "remplazo" => 'GUTIERREZDEPIÑERES'))Details
Type
n/a
>VPropertypublic$patronApellidos = array(array('gramatica' => '/\sde\sla\s/', 'remplazo' => ' dela'), array('gramatica' => '/de\sla\s/', 'remplazo' => 'dela'), array('gramatica' => '/\sde\s/', 'remplazo' => ' de'), array('gramatica' => '/\sdel\s/', 'remplazo' => ' del'), array('gramatica' => '/\sDE\sLOS\s/', 'remplazo' => ' DELOS'), array('gramatica' => '/\sDELOS\s/', 'remplazo' => ' DELOS'), array('gramatica' => '/\sDE\sLAS\s/', 'remplazo' => ' DELAS'), array('gramatica' => '/\sDELAS\s/', 'remplazo' => ' DELAS'), array('gramatica' => '/\sDE\sLA\s/', 'remplazo' => ' DELA'), array('gramatica' => '/DE\sLA\s/', 'remplazo' => 'DELA'), array('gramatica' => '/\sDEL\s/', 'remplazo' => ' DEL'), array('gramatica' => '/\sDE\s/', 'remplazo' => ' DE'), array('gramatica' => '/DE\s/', 'remplazo' => 'DE'))
static
Default valuearray(array('gramatica' => '/\sde\sla\s/', 'remplazo' => ' dela'), array('gramatica' => '/de\sla\s/', 'remplazo' => 'dela'), array('gramatica' => '/\sde\s/', 'remplazo' => ' de'), array('gramatica' => '/\sdel\s/', 'remplazo' => ' del'), array('gramatica' => '/\sDE\sLOS\s/', 'remplazo' => ' DELOS'), array('gramatica' => '/\sDELOS\s/', 'remplazo' => ' DELOS'), array('gramatica' => '/\sDE\sLAS\s/', 'remplazo' => ' DELAS'), array('gramatica' => '/\sDELAS\s/', 'remplazo' => ' DELAS'), array('gramatica' => '/\sDE\sLA\s/', 'remplazo' => ' DELA'), array('gramatica' => '/DE\sLA\s/', 'remplazo' => 'DELA'), array('gramatica' => '/\sDEL\s/', 'remplazo' => ' DEL'), array('gramatica' => '/\sDE\s/', 'remplazo' => ' DE'), array('gramatica' => '/DE\s/', 'remplazo' => 'DE'))Details
Type
n/a

Methods

methodpublicapellidos_variables( $nombresYapellidos) : void
static

Parameters
NameTypeDescription
$nombresYapellidos
methodpublicceros_ambos_lados( $texto,  $largo = 2) : void
static

Parameters
NameTypeDescription
$texto
$largo
methodpublicceros_derecha( $texto,  $largo = 2) : void
static

Parameters
NameTypeDescription
$texto
$largo
methodpublicceros_izquierda( $texto,  $largo = 2) : void
static

Parameters
NameTypeDescription
$texto
$largo
methodpublicdinero( $valor) : void
static

Parameters
NameTypeDescription
$valor
methodpublicevaluar_nombres_apellidos( $nombreCompleto) : String
static

Parameters
NameTypeDescription
$nombreCompleto
Returns
TypeDescription
String
Details
Abstract
evalua la cadena enviada y agrupa los apellidos que tenga de, del, de la,  
Name
$evaluar_nombre  
methodpubliclimpiar( $string) : void
static

Parameters
NameTypeDescription
$string
Details
Name
$limpiarTexto  
methodpublicparaCorreos( $texto) : void
static

Parameters
NameTypeDescription
$texto
methodpublicporcentaje( $valor) : void
static

Parameters
NameTypeDescription
$valor
methodpublicquitarEspaciosEnBlanco( $texto) : void
static

Parameters
NameTypeDescription
$texto
methodpublicquitarEspaciosExtremos( $param) : void
static

Parameters
NameTypeDescription
$param
methodpublicquitar_ceros_derecha( $texto) : void
static

Parameters
NameTypeDescription
$texto
methodpublicquitar_ceros_izquierda( $texto) : void
static

Parameters
NameTypeDescription
$texto
methodpublicquitar_comillas( $string) : void
static

Parameters
NameTypeDescription
$string
methodpublicseparar_nombre(\Strin $nombre) : array
static

Parameters
NameTypeDescription
$nombre\Strin
Returns
TypeDescription
array
Details
Abstract
Regresa el nombre partido en NOMBRE_1, NOMBRE_2, APELLIDO_1, APELLIDO_2 dentro de un arreglo de 4 posiciones.  
methodpublictraducir( $texto) : void
static

Parameters
NameTypeDescription
$texto
methodpublictransformar_apellidos_variables( $nombresYapellidos) : void
static

Parameters
NameTypeDescription
$nombresYapellidos
Documentation was generated by phpDocumentor 2.8.5.