PHP Class Devise\Support\Sortable\Manager

Show file Open project: devisephp/cms Class Usage Examples

Public Methods

Method Description
__construct ( Framework $Framework ) Construct a new Manager for sorting
addToStack ( $all )
clearStack ( )
getIsMulti ( ) : mixed
getKey ( ) : mixed
getStack ( ) : mixed
removeFromStack ( $all )
setIsMulti ( mixed $isMulti )
setKey ( mixed $key )

Private Methods

Method Description
removeFromCookie ( $all, $cookie, $newSort ) : mixed
setCookie ( $all, $cookie, $newSort ) : mixed
writeCookie ( $cookie ) : mixed

Method Details

__construct() public method

Construct a new Manager for sorting
public __construct ( Framework $Framework )
$Framework Devise\Support\Framework

addToStack() public method

public addToStack ( $all )
$all

clearStack() public method

public clearStack ( )

getIsMulti() public method

public getIsMulti ( ) : mixed
return mixed

getKey() public method

public getKey ( ) : mixed
return mixed

getStack() public method

public getStack ( ) : mixed
return mixed

removeFromStack() public method

public removeFromStack ( $all )
$all

setIsMulti() public method

public setIsMulti ( mixed $isMulti )
$isMulti mixed

setKey() public method

public setKey ( mixed $key )
$key mixed