PHP Class Tool

Afficher le fichier Open project: baserproject/basercms Class Usage Examples

Méthodes publiques

Свойство Type Description
$name string クラス名
$useTable string テーブル

Méthodes publiques

Méthode Description
getControlSource ( $field ) : array コントロールソースを取得する
getListModels ( $type = 'core' ) : array データソースを指定してモデルリストを取得する
loadSchemaFile ( array $data, string $tmpPath ) : boolean スキーマファイルを読み込む
writeSchema ( array $data, string $path ) : boolean スキーマを書き出す

Méthodes protégées

Méthode Description
_writeSchema ( string $field, array $values, string $path ) : boolean スキーマを書き出す

Method Details

_writeSchema() protected méthode

スキーマを書き出す
protected _writeSchema ( string $field, array $values, string $path ) : boolean
$field string
$values array
$path string スキーマファイルの生成場所
Résultat boolean

getControlSource() public méthode

コントロールソースを取得する
public getControlSource ( $field ) : array
Résultat array コントロールソース

getListModels() public méthode

データソースを指定してモデルリストを取得する
public getListModels ( $type = 'core' ) : array
Résultat array

loadSchemaFile() public méthode

スキーマファイルを読み込む
public loadSchemaFile ( array $data, string $tmpPath ) : boolean
$data array
$tmpPath string
Résultat boolean

writeSchema() public méthode

スキーマを書き出す
public writeSchema ( array $data, string $path ) : boolean
$data array
$path string スキーマファイルの生成場所
Résultat boolean

Property Details

$name public_oe property

クラス名
public string $name
Résultat string

$useTable public_oe property

テーブル
public string $useTable
Résultat string