Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Additional Inherited Members | |
![]() | |
$_resources | |
$connectionName = \Magento\Framework\App\ResourceConnection::DEFAULT_CONNECTION | |
$_connections = [] | |
$_resourceModel | |
$_tables = [] | |
$_mainTable | |
$_idFieldName | |
$_isPkAutoIncrement = true | |
$_useIsObjectNew = false | |
$_mainTableFields | |
$_uniqueFields = null | |
$_serializableFields = [] | |
$transactionManager | |
$objectRelationProcessor | |
![]() | |
$serializer | |
$_logger | |
|
protected |
Initialize resource model
Definition at line 20 of file Nonce.php.
deleteOldEntries | ( | $minutes | ) |
Delete old entries
int | $minutes | Delete entries older than |
Definition at line 31 of file Nonce.php.
selectByCompositeKey | ( | $nonce, | |
$consumerId | |||
) |
Select a unique nonce row using a composite primary key (i.e. $nonce and $consumerId)
string | $nonce | - The nonce string |
int | $consumerId | - The consumer id |
Definition at line 52 of file Nonce.php.