MIOLO25
Carregando...
Procurando...
Nenhuma entrada encontrada
Referência à classe MSort

Membros públicos

 __construct ($order, $key=NULL, $dateTimeMask='')
 
 compareDate ($d1, $d2)
 
 compare ($v1, $v2)
 

Campos de Dados

const MASK_DATE_EN = '%m/%d/%Y'
 
const MASK_DATE_BR = '%d/%m/%Y'
 
const MASK_DATETIME_EN = '%m/%d/%Y %H:%M:%S'
 
const MASK_DATETIME_BR = '%d/%m/%Y %H:%M:%S'
 
const MASK_TIME = '%H:%M:%S'
 

Descrição detalhada

Sort class to use with PHP's usort function.

Autor
Daniel Hartmann [danie.nosp@m.l@so.nosp@m.lis.c.nosp@m.oop..nosp@m.br]

Maintainers:
Armando Taffarel Neto [taffa.nosp@m.rel@.nosp@m.solis.nosp@m..coo.nosp@m.p.br] Daniel Hartmann [danie.nosp@m.l@so.nosp@m.lis.c.nosp@m.oop..nosp@m.br]

Desde
Creation date 2012/05/07

Organization:
SOLIS - Cooperativa de Soluções Livres
Copyright:
Copyright (c) 2012 SOLIS - Cooperativa de Soluções Livres
License:
Licensed under GPLv2 (for further details read the COPYING file or http://www.gnu.org/licenses/gpl.html)

Documentação dos Construtores & Destrutor

◆ __construct()

__construct ( $order,
$key = NULL,
$dateTimeMask = '' )

MSort constructor.

Parâmetros
string$orderSort order. Possible values are ASC and DESC.
string$dateTimeMaskDate and/or time mask.

Documentação das funções

◆ compare()

compare ( $v1,
$v2 )

Compare two values.

Parâmetros
mixed$v1First value.
mixed$v2Second value.
Retorna
integer Returns -1 if the second parameter must be above the first. Returns 1 to the opposite behavior and 0 for keeping positions.

◆ compareDate()

compareDate ( $d1,
$d2 )

Compare dates/times in the format specified by datetimeMask attribute.

Parâmetros
string$d1Date/time.
string$d2Date/time.
Retorna
integer Returns -1 if the second parameter must be above the first. Returns 1 to the opposite behavior and 0 for keeping positions.

Documentação dos campos e atributos

◆ MASK_DATE_BR

const MASK_DATE_BR = '%d/%m/%Y'

◆ MASK_DATE_EN

const MASK_DATE_EN = '%m/%d/%Y'

◆ MASK_DATETIME_BR

const MASK_DATETIME_BR = '%d/%m/%Y %H:%M:%S'

◆ MASK_DATETIME_EN

const MASK_DATETIME_EN = '%m/%d/%Y %H:%M:%S'

◆ MASK_TIME

const MASK_TIME = '%H:%M:%S'

A documentação para esta classe foi gerada a partir do seguinte ficheiro: