PHP Class FileElement, phpMobi

See also: xp://io.collections.FileCollection
Inheritance: extends Object, implements IOElement
Afficher le fichier Open project: raiju/phpMobi Class Usage Examples

Méthodes publiques

Свойство Type Description
$elements FileObject

Méthodes publiques

Méthode Description
__construct ( $elements = [] ) Make a record to be stored in a file
__toString ( )
add ( $key, $value )
exists ( $key )
get ( string $key ) : FileObject
getByteLength ( )
getLength ( )
offsetToEntry ( $name )
serialize ( )
set ( string $key, FileObject $value )
unserialize ( $data )

Method Details

__construct() public méthode

Make a record to be stored in a file
public __construct ( $elements = [] )

__toString() public méthode

public __toString ( )

add() public méthode

public add ( $key, $value )

exists() public méthode

public exists ( $key )

get() public méthode

public get ( string $key ) : FileObject
$key string
Résultat FileObject

getByteLength() public méthode

public getByteLength ( )

getLength() public méthode

public getLength ( )

offsetToEntry() public méthode

public offsetToEntry ( $name )

serialize() public méthode

public serialize ( )

set() public méthode

public set ( string $key, FileObject $value )
$key string
$value FileObject

unserialize() public méthode

public unserialize ( $data )

Property Details

$elements public_oe property

public FileObject $elements
Résultat FileObject