phpCoreLib2
[ class tree: phpCoreLib2 ] [ index: phpCoreLib2 ] [ all elements ]

Class: DCookieTail

Source Location: /Web/Cookies/DCookieTail.php

Class Overview

DObject
   |
   --DCookieTail

Cookie tail class


Variables

Methods


Inherited Constants

Inherited Variables

Inherited Methods

Class: DObject

DObject::__construct()
Constructor
DObject::debug()
Debig
DObject::getClassMembers()
Gets member variables of the instance
DObject::getClassMemberType()
Gets class member type
DObject::getClassMethods()
Gets classes of the class
DObject::getClassName()
Gets class name
DObject::PHPSerialize()
Gets serialized string of the class
DObject::trace()
Trace
DObject::__destruct()
Descructor
DObject::__toString()
Returns String equivalent of the object.

Class Details

[line 14]
Cookie tail class



[ Top ]


Class Variables

$cookieBasePath =  "/"

[line 33]

Base path



Tags:

access:  public

Type:   string


[ Top ]

$cookieExpirePeriod =  0

[line 20]

The time cookie will expire in



Tags:

access:  public

Type:   int


[ Top ]



Class Methods


constructor DCookieTail [line 39]

DCookieTail DCookieTail( string $cookieName)

Class constructor



Tags:

access:  public


Parameters:

string   $cookieName  

[ Top ]

method add [line 53]

void add( string $value)

Adds a value to cookie tail



Tags:

access:  public


Parameters:

string   $value  

[ Top ]

method addWithCheckForDoubles [line 79]

void addWithCheckForDoubles( string $value)

Adds with double check



Tags:

access:  public


Parameters:

string   $value  

[ Top ]

method checkIfValueExists [line 92]

boolean checkIfValueExists( string $value)

Checks if value already in the collection



Tags:

access:  public


Parameters:

string   $value  

[ Top ]

method delete [line 101]

void delete( string $removeValue)

Deletes a value from the tail



Tags:

access:  public


Parameters:

string   $removeValue  

[ Top ]

method destroy [line 132]

void destroy( )

Destroys the cookie tail



Tags:

access:  public


[ Top ]

method getTail [line 147]

array getTail( )

Get the tail values



Tags:

access:  public


[ Top ]


Documentation generated on Sat, 17 Apr 2010 22:03:34 +0300 by phpDocumentor 1.4.3