PHP Class gb_author_cookie, gitblog

Mostra file Open project: rsms/gitblog Class Usage Examples

Public Properties

Property Type Description
$cookie

Public Methods

Method Description
get ( $part = null, $cookiename = 'gb-author' )
set ( $email = null, $name = null, $url = null, $cookiename = 'gb-author' )

Method Details

get() static public method

static public get ( $part = null, $cookiename = 'gb-author' )

set() static public method

static public set ( $email = null, $name = null, $url = null, $cookiename = 'gb-author' )

Property Details