PHP Class Pimcore\Model\Tool\Email\Blacklist

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

Méthodes publiques

Свойство Type Description
$address integer
$creationDate integer
$modificationDate integer

Méthodes publiques

Méthode Description
getAddress ( ) : integer
getByAddress ( $addr ) : null | Blacklist
getCreationDate ( ) : integer
getModificationDate ( ) : integer
setAddress ( integer $address )
setCreationDate ( integer $creationDate )
setModificationDate ( integer $modificationDate )

Method Details

getAddress() public méthode

public getAddress ( ) : integer
Résultat integer

getByAddress() public static méthode

public static getByAddress ( $addr ) : null | Blacklist
$addr
Résultat null | Blacklist

getCreationDate() public méthode

public getCreationDate ( ) : integer
Résultat integer

getModificationDate() public méthode

public getModificationDate ( ) : integer
Résultat integer

setAddress() public méthode

public setAddress ( integer $address )
$address integer

setCreationDate() public méthode

public setCreationDate ( integer $creationDate )
$creationDate integer

setModificationDate() public méthode

public setModificationDate ( integer $modificationDate )
$modificationDate integer

Property Details

$address public_oe property

public int $address
Résultat integer

$creationDate public_oe property

public int $creationDate
Résultat integer

$modificationDate public_oe property

public int $modificationDate
Résultat integer