jDatatypeLocaleTime
        
        extends jDatatypeDateTime
    
    
            
            in package
            
        
    
    
    
        
            Datatype localetime
Tags
Table of Contents
- $_date_format : mixed
- $facets : mixed
- $format : mixed
- $hasFacets : mixed
- $maxValue : mixed
- $minValue : mixed
- $dt : mixed
- addFacet() : mixed
- call it to add restriction on possible values
- allowWhitespace() : bool
- says if the value can contain only whitespaces
- check() : bool
- verify a value : it should correspond to the datatype
- getFacet() : mixed
- get a restriction value
- getFormat() : mixed
- _addFacet() : mixed
Properties
$_date_format
    protected
        mixed
    $_date_format
     = 'Y-m-d H:i:s'
        
        
    
$facets
    protected
        mixed
    $facets
     = array()
        
        
    
$format
    protected
        mixed
    $format
     = 12
        
        
    
$hasFacets
    protected
        mixed
    $hasFacets
     = alse
        
        
    
$maxValue
    protected
        mixed
    $maxValue
    
        
        
    
$minValue
    protected
        mixed
    $minValue
    
        
        
    
$dt
    private
        mixed
    $dt
    
        
        
    
Methods
addFacet()
call it to add restriction on possible values
    public
                addFacet(string $type[, string $value = null ]) : mixed
    
        Parameters
- $type : string
- $value : string = null
Return values
mixed —allowWhitespace()
says if the value can contain only whitespaces
    public
                allowWhitespace() : bool
    
    
    
    Tags
Return values
bool —check()
verify a value : it should correspond to the datatype
    public
                check(string $value) : bool
    
        Parameters
- $value : string
Return values
bool —true if the value is ok
getFacet()
get a restriction value
    public
                getFacet(string $type) : mixed
    
        Parameters
- $type : string
Tags
Return values
mixed —the value
getFormat()
    public
                getFormat() : mixed
    
    
    
    Tags
Return values
mixed —_addFacet()
    protected
                _addFacet(mixed $type, mixed $value) : mixed
        
        Parameters
- $type : mixed
- $value : mixed
