Class Admin
Skeleton subclass for representing a row from the 'admin' table.
You should add additional methods to this class to meet the application
requirements. This class will only be generated as long as it does not already
exist in the output directory.
-
BaseObject
-
Thelia\Model\om\BaseAdmin
implements
Persistent
-
Thelia\Model\Admin
Methods inherited from Thelia\Model\om\BaseAdmin
__toString(),
addAdminGroup(),
buildCriteria(),
buildPkeyCriteria(),
clear(),
clearAdminGroups(),
clearAllReferences(),
copy(),
copyInto(),
countAdminGroups(),
delete(),
doAddAdminGroup(),
doInsert(),
doSave(),
doUpdate(),
doValidate(),
ensureConsistency(),
fromArray(),
getAdminGroups(),
getAdminGroupsJoinGroup(),
getAlgo(),
getByName(),
getByPosition(),
getCreatedAt(),
getFirstname(),
getId(),
getLastname(),
getLogin(),
getPassword(),
getPeer(),
getPrimaryKey(),
getSalt(),
getUpdatedAt(),
getValidationFailures(),
hasOnlyDefaultValues(),
hydrate(),
initAdminGroups(),
initRelation(),
isAlreadyInSave(),
isPrimaryKeyNull(),
keepUpdateDateUnchanged(),
reload(),
removeAdminGroup(),
resetPartialAdminGroups(),
save(),
setAdminGroups(),
setAlgo(),
setByName(),
setByPosition(),
setCreatedAt(),
setFirstname(),
setId(),
setLastname(),
setLogin(),
setPassword(),
setPrimaryKey(),
setSalt(),
setUpdatedAt(),
toArray(),
validate()
|
Properties inherited from Thelia\Model\om\BaseAdmin
$adminGroupsScheduledForDeletion,
$algo,
$alreadyInClearAllReferencesDeep,
$alreadyInSave,
$alreadyInValidation,
$collAdminGroups,
$collAdminGroupsPartial,
$created_at,
$firstname,
$id,
$lastname,
$login,
$password,
$peer,
$salt,
$startCopy,
$updated_at,
$validationFailures
|