PHP Class Pimcore\Model\Redirect

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

Méthodes publiques

Свойство Type Description
$active boolean
$creationDate integer
$expiry integer
$id integer
$modificationDate integer
$passThroughParameters boolean
$priority string
$source string
$sourceEntireUrl boolean
$sourceSite integer
$statusCode string
$statusCodes StatusCodes
$target string
$targetSite integer

Méthodes publiques

Méthode Description
clearDependentCache ( ) : void
create ( ) : Redirect
getActive ( ) : boolean
getById ( integer $id ) : Redirect
getCreationDate ( ) : integer
getExpiry ( ) : integer
getHttpStatus ( ) : string
getId ( ) : integer
getModificationDate ( ) : integer
getPassThroughParameters ( ) : boolean
getPriority ( ) : integer
getSource ( ) : string
getSourceEntireUrl ( ) : boolean
getSourceSite ( ) : integer
getStatusCode ( ) : integer
getTarget ( ) : string
getTargetSite ( ) : integer
maintenanceCleanUp ( )
setActive ( $active )
setCreationDate ( $creationDate )
setExpiry ( $expiry )
setId ( integer $id )
setModificationDate ( $modificationDate )
setPassThroughParameters ( $passThroughParameters ) : Redirect
setPriority ( integer $priority ) : void
setSource ( string $source )
setSourceEntireUrl ( $sourceEntireUrl )
setSourceSite ( $sourceSite )
setStatusCode ( integer $statusCode ) : void
setTarget ( string $target ) : void
setTargetSite ( $targetSite )

Method Details

clearDependentCache() public méthode

public clearDependentCache ( ) : void
Résultat void

create() public static méthode

public static create ( ) : Redirect
Résultat Redirect

getActive() public méthode

public getActive ( ) : boolean
Résultat boolean

getById() public static méthode

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

getCreationDate() public méthode

public getCreationDate ( ) : integer
Résultat integer

getExpiry() public méthode

public getExpiry ( ) : integer
Résultat integer

getHttpStatus() public méthode

public getHttpStatus ( ) : string
Résultat string

getId() public méthode

public getId ( ) : integer
Résultat integer

getModificationDate() public méthode

public getModificationDate ( ) : integer
Résultat integer

getPassThroughParameters() public méthode

public getPassThroughParameters ( ) : boolean
Résultat boolean

getPriority() public méthode

public getPriority ( ) : integer
Résultat integer

getSource() public méthode

public getSource ( ) : string
Résultat string

getSourceEntireUrl() public méthode

public getSourceEntireUrl ( ) : boolean
Résultat boolean

getSourceSite() public méthode

public getSourceSite ( ) : integer
Résultat integer

getStatusCode() public méthode

public getStatusCode ( ) : integer
Résultat integer

getTarget() public méthode

public getTarget ( ) : string
Résultat string

getTargetSite() public méthode

public getTargetSite ( ) : integer
Résultat integer

maintenanceCleanUp() public static méthode

public static maintenanceCleanUp ( )

setActive() public méthode

public setActive ( $active )
$active

setCreationDate() public méthode

public setCreationDate ( $creationDate )
$creationDate

setExpiry() public méthode

public setExpiry ( $expiry )
$expiry

setId() public méthode

public setId ( integer $id )
$id integer

setModificationDate() public méthode

public setModificationDate ( $modificationDate )
$modificationDate

setPassThroughParameters() public méthode

public setPassThroughParameters ( $passThroughParameters ) : Redirect
$passThroughParameters
Résultat Redirect

setPriority() public méthode

public setPriority ( integer $priority ) : void
$priority integer
Résultat void

setSource() public méthode

public setSource ( string $source )
$source string

setSourceEntireUrl() public méthode

public setSourceEntireUrl ( $sourceEntireUrl )
$sourceEntireUrl

setSourceSite() public méthode

public setSourceSite ( $sourceSite )
$sourceSite

setStatusCode() public méthode

public setStatusCode ( integer $statusCode ) : void
$statusCode integer
Résultat void

setTarget() public méthode

public setTarget ( string $target ) : void
$target string
Résultat void

setTargetSite() public méthode

public setTargetSite ( $targetSite )
$targetSite

Property Details

$active public_oe property

public bool $active
Résultat boolean

$creationDate public_oe property

public int $creationDate
Résultat integer

$expiry public_oe property

public int $expiry
Résultat integer

$id public_oe property

public int $id
Résultat integer

$modificationDate public_oe property

public int $modificationDate
Résultat integer

$passThroughParameters public_oe property

public bool $passThroughParameters
Résultat boolean

$priority public_oe property

public string $priority
Résultat string

$source public_oe property

public string $source
Résultat string

$sourceEntireUrl public_oe property

public bool $sourceEntireUrl
Résultat boolean

$sourceSite public_oe property

public int $sourceSite
Résultat integer

$statusCode public_oe property

public string $statusCode
Résultat string

$statusCodes public_oe static_oe property

StatusCodes
public static $statusCodes

$target public_oe property

public string $target
Résultat string

$targetSite public_oe property

public int $targetSite
Résultat integer