PHP Class Pimcore\Model\Tool\Email\Blacklist

Inheritance: extends Pimcore\Model\AbstractModel
Exibir arquivo Open project: pimcore/pimcore Class Usage Examples

Public Properties

Property Type Description
$address integer
$creationDate integer
$modificationDate integer

Public Methods

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

Method Details

getAddress() public method

public getAddress ( ) : integer
return integer

getByAddress() public static method

public static getByAddress ( $addr ) : null | Blacklist
$addr
return null | Blacklist

getCreationDate() public method

public getCreationDate ( ) : integer
return integer

getModificationDate() public method

public getModificationDate ( ) : integer
return integer

setAddress() public method

public setAddress ( integer $address )
$address integer

setCreationDate() public method

public setCreationDate ( integer $creationDate )
$creationDate integer

setModificationDate() public method

public setModificationDate ( integer $modificationDate )
$modificationDate integer

Property Details

$address public_oe property

public int $address
return integer

$creationDate public_oe property

public int $creationDate
return integer

$modificationDate public_oe property

public int $modificationDate
return integer