PHP Class Contao\SessionModel

Inheritance: extends Model
Afficher le fichier Open project: contao/core-bundle Class Usage Examples

Protected Properties

Свойство Type Description
$strTable string Table name

Méthodes publiques

Méthode Description
findByHashAndName ( string $strHash, string $strName, array $arrOptions = [] ) : SessionModel | null Find a session by its hash and name

Method Details

findByHashAndName() public static méthode

Find a session by its hash and name
public static findByHashAndName ( string $strHash, string $strName, array $arrOptions = [] ) : SessionModel | null
$strHash string The session hash
$strName string The session name
$arrOptions array An optional options array
Résultat SessionModel | null The model or null if there is no session

Property Details

$strTable protected_oe static_oe property

Table name
protected static string $strTable
Résultat string