API - XOOPS 2.5.11 Beta 2
By monxoops.fr
BlobObject Class Reference
Inheritance diagram for BlobObject:
Collaboration diagram for BlobObject:

Public Member Functions

 getType ()
 
 getValueShort ()
 
 transplant (BasicObject $old)
 
- Public Member Functions inherited from BasicObject
 __construct ()
 
 addRepresentation (Representation $rep, $pos=null)
 
 replaceRepresentation (Representation $rep, $pos=null)
 
 removeRepresentation ($rep)
 
 getRepresentation ($name)
 
 getRepresentations ()
 
 clearRepresentations ()
 
 getType ()
 
 getModifiers ()
 
 getAccess ()
 
 getName ()
 
 getOperator ()
 
 getSize ()
 
 getValueShort ()
 
 getAccessPath ()
 
 transplant (BasicObject $old)
 

Static Public Member Functions

static strlen ($string, $encoding=false)
 
static substr ($string, $start, $length=null, $encoding=false)
 
static detectEncoding ($string)
 
- Static Public Member Functions inherited from BasicObject
static blank ($name=null, $access_path=null)
 
static sortByAccess (BasicObject $a, BasicObject $b)
 
static sortByName (BasicObject $a, BasicObject $b)
 

Data Fields

 $type = 'string'
 
 $encoding = false
 
 $hints = array('string')
 
- Data Fields inherited from BasicObject
const ACCESS_NONE = null
 
const ACCESS_PUBLIC = 1
 
const ACCESS_PROTECTED = 2
 
const ACCESS_PRIVATE = 3
 
const OPERATOR_NONE = null
 
const OPERATOR_ARRAY = 1
 
const OPERATOR_OBJECT = 2
 
const OPERATOR_STATIC = 3
 
 $name
 
 $type
 
 $static = false
 
 $const = false
 
 $access = self::ACCESS_NONE
 
 $owner_class
 
 $access_path
 
 $operator = self::OPERATOR_NONE
 
 $reference = false
 
 $depth = 0
 
 $size
 
 $value
 
 $hints = array()
 

Static Public Attributes

static $char_encodings
 
static $legacy_encodings = array()
 

Additional Inherited Members

- Protected Attributes inherited from BasicObject
 $representations = array()
 

Member Function Documentation

◆ detectEncoding()

static detectEncoding (   $string)
static
Here is the caller graph for this function:

◆ getType()

getType ( )

Reimplemented from BasicObject.

◆ getValueShort()

getValueShort ( )

Reimplemented from BasicObject.

◆ strlen()

static strlen (   $string,
  $encoding = false 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ substr()

static substr (   $string,
  $start,
  $length = null,
  $encoding = false 
)
static
Here is the call graph for this function:

◆ transplant()

transplant ( BasicObject  $old)

Reimplemented from BasicObject.

Field Documentation

◆ $char_encodings

$char_encodings
static
Initial value:
= array(
'ASCII',
'UTF-8',
)

◆ $encoding

$encoding = false

◆ $hints

$hints = array('string')

◆ $legacy_encodings

$legacy_encodings = array()
static

◆ $type

$type = 'string'

The documentation for this class was generated from the following file: