« Yaf_Config_Ini::valid
Yaf_Config_Simple::__construct »
PHP Manual
Yaf
A classe Yaf_Config_Simple
A classe Yaf_Config_Simple
(Yaf >=1.0.0)
Introdução
Resumo da classe
class
Yaf_Config_Simple
extends
Yaf_Config_Abstract
implements
Iterator
,
ArrayAccess
,
Countable
{
/* Propriedades */
protected
$
_readonly
;
/* Métodos */
public
__construct
(
array
$configs
,
bool
$readonly
= false
)
public
count
():
void
public
current
():
void
public
__get
(
string
$name
= ?
):
void
public
__isset
(
string
$name
):
void
public
key
():
void
public
next
():
void
public
offsetExists
(
string
$name
):
void
public
offsetGet
(
string
$name
):
void
public
offsetSet
(
string
$name
,
string
$value
):
void
public
offsetUnset
(
string
$name
):
void
public
readonly
():
void
public
rewind
():
void
public
__set
(
string
$name
,
string
$value
):
void
public
toArray
():
array
public
valid
():
void
/* Métodos herdados */
abstract
public
Yaf_Config_Abstract::get
(
string
$name
,
mixed
$value
):
mixed
abstract
public
Yaf_Config_Abstract::readonly
():
bool
abstract
public
Yaf_Config_Abstract::set
():
Yaf_Config_Abstract
abstract
public
Yaf_Config_Abstract::toArray
():
array
}
Propriedades
_config
_readonly
Índice
Yaf_Config_Simple::__construct
— __construct
Yaf_Config_Simple::count
— count
Yaf_Config_Simple::current
— current
Yaf_Config_Simple::__get
— __get
Yaf_Config_Simple::__isset
— __isset
Yaf_Config_Simple::key
— key
Yaf_Config_Simple::next
— next
Yaf_Config_Simple::offsetExists
— offsetExists
Yaf_Config_Simple::offsetGet
— offsetGet
Yaf_Config_Simple::offsetSet
— offsetSet
Yaf_Config_Simple::offsetUnset
— offsetUnset
Yaf_Config_Simple::readonly
— readonly
Yaf_Config_Simple::rewind
— rewind
Yaf_Config_Simple::__set
— __set
Yaf_Config_Simple::toArray
— Converte para um array PHP
Yaf_Config_Simple::valid
— valid