0 follower

Trait Yiisoft\Rbac\Php\ConcurrentStorageTrait

Implemented byYiisoft\Rbac\Php\ConcurrentAssignmentsStorageDecorator, Yiisoft\Rbac\Php\ConcurrentItemsStorageDecorator

Method Details

Hide inherited methods

getFileUpdatedAt() public method

public integer getFileUpdatedAt ( )

                public function getFileUpdatedAt(): int
{
    return $this->storage->getFileUpdatedAt();
}