PHP Class Favorite

Show file Open project: baserproject/basercms Class Usage Examples

Public Properties

Property Type Description
$_Session Session セッション
$actsAs array ビヘイビア
$belongsTo array belongsTo
$name string クラス名
$validate array バリデーション

Public Methods

Method Description
isPermitted ( array $check ) アクセス権があるかチェックする
setSession ( SessionComponent $Session ) セッションをセットする

Method Details

isPermitted() public method

アクセス権があるかチェックする
public isPermitted ( array $check )
$check array

setSession() public method

セッションをセットする
public setSession ( SessionComponent $Session )
$Session SessionComponent

Property Details

$_Session public property

セッション
public Session $_Session
return Session

$actsAs public property

ビヘイビア
public array $actsAs
return array

$belongsTo public property

belongsTo
public array $belongsTo
return array

$name public property

クラス名
public string $name
return string

$validate public property

バリデーション
public array $validate
return array