Trait Yiisoft\Rbac\Php\ConcurrentStorageTrait
| Implemented by | Yiisoft\Rbac\Php\ConcurrentAssignmentsStorageDecorator, Yiisoft\Rbac\Php\ConcurrentItemsStorageDecorator |
|---|
Public Methods
| Method | Description | Defined By |
|---|---|---|
| getFileUpdatedAt() | Yiisoft\Rbac\Php\ConcurrentStorageTrait |
Method Details
| public integer getFileUpdatedAt ( ) |
public function getFileUpdatedAt(): int
{
return $this->storage->getFileUpdatedAt();
}
Signup or Login in order to comment.