PHP Class Pimcore\Model\User\AbstractUser

Inheritance: extends Pimcore\Model\AbstractModel
Afficher le fichier Open project: pimcore/pimcore Class Usage Examples

Méthodes publiques

Свойство Type Description
$id integer
$name string
$parentId integer
$type string

Méthodes publiques

Méthode Description
create ( array $values = [] ) : self
delete ( )
getById ( integer $id ) : AbstractUser
getByName ( string $name ) : self
getId ( ) : integer
getName ( ) : string
getParentId ( ) : integer
getType ( ) : string
save ( )
setId ( integer $id )
setName ( string $name ) : void
setParentId ( integer $parentId ) : void
setType ( $type )

Method Details

create() public static méthode

public static create ( array $values = [] ) : self
$values array
Résultat self

delete() public méthode

public delete ( )

getById() public static méthode

public static getById ( integer $id ) : AbstractUser
$id integer
Résultat AbstractUser

getByName() public static méthode

public static getByName ( string $name ) : self
$name string
Résultat self

getId() public méthode

public getId ( ) : integer
Résultat integer

getName() public méthode

public getName ( ) : string
Résultat string

getParentId() public méthode

public getParentId ( ) : integer
Résultat integer

getType() public méthode

public getType ( ) : string
Résultat string

save() public méthode

public save ( )

setId() public méthode

public setId ( integer $id )
$id integer

setName() public méthode

public setName ( string $name ) : void
$name string
Résultat void

setParentId() public méthode

public setParentId ( integer $parentId ) : void
$parentId integer
Résultat void

setType() public méthode

public setType ( $type )
$type

Property Details

$id public_oe property

public int $id
Résultat integer

$name public_oe property

public string $name
Résultat string

$parentId public_oe property

public int $parentId
Résultat integer

$type public_oe property

public string $type
Résultat string