Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
Yaf_Route_Supervar::route
Yaf_Session::__clone
Yaf
PHP Manual
The Yaf_Session class
(Yaf >=1.0.0)
Introduction
Class synopsis
Yaf_Session
implements
Iterator
,
ArrayAccess
,
Countable
{
/* Properties */
protected
static
$
_instance
;
protected
$
_session
;
protected
$
_started
;
/* Methods */
private
void
__clone
(
void
)
private
__construct
(
void
)
public
void
count
(
void
)
public
void
current
(
void
)
public
void
del
(
string
$name
)
public
void
__get
(
string
$name
)
public
static
void
getInstance
(
void
)
public
void
has
(
string
$name
)
public
void
__isset
(
string
$name
)
public
void
key
(
void
)
public
void
next
(
void
)
public
void
offsetExists
(
string
$name
)
public
void
offsetGet
(
string
$name
)
public
void
offsetSet
(
string
$name
,
string
$value
)
public
void
offsetUnset
(
string
$name
)
public
void
rewind
(
void
)
public
void
__set
(
string
$name
,
string
$value
)
private
void
__sleep
(
void
)
public
void
start
(
void
)
public
void
__unset
(
string
$name
)
public
void
valid
(
void
)
private
void
__wakeup
(
void
)
}
Properties
_instance
_session
_started
Table of Contents
Yaf_Session::__clone
— The __clone purpose
Yaf_Session::__construct
— Constructor of Yaf_Session
Yaf_Session::count
— The count purpose
Yaf_Session::current
— The current purpose
Yaf_Session::del
— The del purpose
Yaf_Session::__get
— The __get purpose
Yaf_Session::getInstance
— The getInstance purpose
Yaf_Session::has
— The has purpose
Yaf_Session::__isset
— The __isset purpose
Yaf_Session::key
— The key purpose
Yaf_Session::next
— The next purpose
Yaf_Session::offsetExists
— The offsetExists purpose
Yaf_Session::offsetGet
— The offsetGet purpose
Yaf_Session::offsetSet
— The offsetSet purpose
Yaf_Session::offsetUnset
— The offsetUnset purpose
Yaf_Session::rewind
— The rewind purpose
Yaf_Session::__set
— The __set purpose
Yaf_Session::__sleep
— The __sleep purpose
Yaf_Session::start
— The start purpose
Yaf_Session::__unset
— The __unset purpose
Yaf_Session::valid
— The valid purpose
Yaf_Session::__wakeup
— The __wakeup purpose
Yaf_Route_Supervar::route
Yaf_Session::__clone
Yaf
PHP Manual