PHP Class FluidTYPO3\Vhs\ViewHelpers\Page\Resources\FalViewHelper

Inheritance: extends FluidTYPO3\Vhs\ViewHelpers\Resource\Record\FalViewHelper, use trait FluidTYPO3\Vhs\Traits\SlideViewHelperTrait
Afficher le fichier Open project: fluidtypo3/vhs

Protected Properties

Свойство Type Description
$field string
$table string

Méthodes publiques

Méthode Description
getActiveRecord ( ) : array AbstractRecordResource usually uses the current cObj as reference, but the page is needed here
getRecord ( integer $id ) : array
initializeArguments ( ) : void Initialize arguments.

Méthodes protégées

Méthode Description
getCurrentLanguageUid ( ) : integer
getSlideRecordsFromPage ( integer $pageUid, integer $limit ) : array
isDefaultLanguage ( ) : boolean

Method Details

getActiveRecord() public méthode

AbstractRecordResource usually uses the current cObj as reference, but the page is needed here
public getActiveRecord ( ) : array
Résultat array

getCurrentLanguageUid() protected méthode

protected getCurrentLanguageUid ( ) : integer
Résultat integer

getRecord() public méthode

public getRecord ( integer $id ) : array
$id integer
Résultat array

getSlideRecordsFromPage() protected méthode

protected getSlideRecordsFromPage ( integer $pageUid, integer $limit ) : array
$pageUid integer
$limit integer
Résultat array

initializeArguments() public méthode

Initialize arguments.
public initializeArguments ( ) : void
Résultat void

isDefaultLanguage() protected méthode

protected isDefaultLanguage ( ) : boolean
Résultat boolean

Property Details

$field protected_oe property

protected string $field
Résultat string

$table protected_oe property

protected string $table
Résultat string