« Yaf_Route_Supervar::route
Yaf_Session::__construct »
PHP Manual
Yaf
A classe Yaf_Session
A classe Yaf_Session
(Yaf >=1.0.0)
Introdução
Resumo da classe
class
Yaf_Session
implements
Iterator
,
ArrayAccess
,
Countable
{
/* Propriedades */
protected
static
$
_instance
;
protected
$
_session
;
protected
$
_started
;
/* Métodos */
private
__construct
()
public
count
():
void
public
current
():
void
public
del
(
string
$name
):
void
public
__get
(
string
$name
):
void
public
static
getInstance
():
void
public
has
(
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
rewind
():
void
public
__set
(
string
$name
,
string
$value
):
void
public
start
():
void
public
__unset
(
string
$name
):
void
public
valid
():
void
}
Propriedades
_instance
_session
_started
Índice
Yaf_Session::__construct
— Construtor de Yaf_Session
Yaf_Session::count
— count
Yaf_Session::current
— current
Yaf_Session::del
— del
Yaf_Session::__get
— __get
Yaf_Session::getInstance
— getInstance
Yaf_Session::has
— has
Yaf_Session::__isset
— __isset
Yaf_Session::key
— key
Yaf_Session::next
— next
Yaf_Session::offsetExists
— offsetExists
Yaf_Session::offsetGet
— offsetGet
Yaf_Session::offsetSet
— offsetSet
Yaf_Session::offsetUnset
— offsetUnset
Yaf_Session::rewind
— rewind
Yaf_Session::__set
— __set
Yaf_Session::start
— start
Yaf_Session::__unset
— __unset
Yaf_Session::valid
— valid