Prado\Web\UI\WebControls\TRepeatInfo::getRepeatLayout PHP Méthode

getRepeatLayout() public méthode

public getRepeatLayout ( ) : TRepeatLayout
Résultat TRepeatLayout how the repeated items should be displayed, using table or using line breaks. Defaults to TRepeatLayout::Table.
    public function getRepeatLayout()
    {
        return $this->_repeatLayout;
    }