API Documentation

Serializer/Adapter/AdapterAbstract.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Serializer
subpackage
Adapter
version
$Id: AdapterAbstract.php 20575 2010-01-24 17:48:27Z mabe $
Classes
Zend_Serializer_Adapter_AdapterAbstract

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Serializer_Adapter_AdapterAbstract

Implements
Zend_Serializer_Adapter_AdapterInterface
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Serializer
subpackage
Adapter
Properties
$_options
Methods
__construct
setOptions
setOption
getOptions
getOption

Description

Properties

$_options

array $_options = 'array'

Serializer options

Details

$_options
array
visibility
protected
default
array
final
false
static
false

Methods

__construct

__construct( array|Zend_Config $opts = array ) :

Constructor

Arguments
$opts
arrayZend_Config
Serializer options
Details
visibility
public
final
false
static
false

getOption

getOption( string $name ) : mixed

Get a serializer option

Arguments
$name
string
Output
mixed
Details
visibility
public
final
false
static
false
throws

getOptions

getOptions( ) : array

Get serializer options

Output
array
Details
visibility
public
final
false
static
false

setOption

setOption( string $name, mixed $value ) : Zend_Serializer_Adapter_AdapterAbstract

Set a serializer option

Arguments
$name
string
Option name
$value
mixed
Option value
Details
visibility
public
final
false
static
false

setOptions

setOptions( array|Zend_Config $opts ) : Zend_Serializer_Adapter_AdapterAbstract

Set serializer options

Arguments
$opts
arrayZend_Config
Serializer options
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.