parent root
PHP: Yaf_Session - Manual
PHP 7.2.23 Release Announcement

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 __clone ( void ) : void
private __construct ( void )
public count ( void ) : void
public current ( void ) : void
public del ( string $name ) : void
public __get ( string $name ) : void
public static getInstance ( void ) : void
public has ( string $name ) : void
public __isset ( string $name ) : void
public key ( void ) : void
public next ( void ) : 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 ) : void
public __set ( string $name , string $value ) : void
private __sleep ( void ) : void
public start ( void ) : void
public __unset ( string $name ) : void
public valid ( void ) : void
private __wakeup ( void ) : void
}

Properties

_instance

_session

_started

Table of Contents

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root