Property | Type | Description | |
---|---|---|---|
$id |
Property | Type | Description | |
---|---|---|---|
$crypto | Scalr\Util\CryptoTool | ||
$db | ADODB_mysqli | ||
$dbMessageKeyNotFound | |||
$dbPrimaryKey | |||
$dbPropertyMap | |||
$dbTableName | 'dbkey' => 'classkey' 'dbkey' => array('property' => 'classkey', 'type' => 'string' (default) or 'bool' or 'datetime' (unixstamp) or serialize (by php), 'is_filter' => true or false, 'update' => true or false, 'updateSql', 'createSql') |
Method | Description | |
---|---|---|
__call ( $name, $arguments ) | ||
__construct ( $id = null ) | ||
delete ( $id = null ) | ||
getContainer ( ) : |
Gets DI Container | |
init ( string $className = null ) : Scalr_Model | Init | |
loadBy ( $info ) | ||
loadByFilter ( $filterArgs = [], $ufilterArgs = [] ) | ||
loadById ( integer $id ) | ||
save ( boolean $forceInsert = false ) : Scalr_Model | Save current object to database |
Method | Description | |
---|---|---|
getCrypto ( ) : Scalr\Util\CryptoTool |
Method | Description | |
---|---|---|
findDbKeyByProperty ( $property ) |
public getContainer ( ) : |
||
return |
protected getCrypto ( ) : Scalr\Util\CryptoTool | ||
return | Scalr\Util\CryptoTool |
protected $dbTableName |