Silber\Bouncer\Contracts\CachedClipboard::getFreshAbilities PHP Метод

getFreshAbilities() публичный Метод

Get a fresh copy of the given authority's abilities.
public getFreshAbilities ( Model $authority, boolean $allowed ) : Illuminate\Database\Eloquent\Collection
$authority Illuminate\Database\Eloquent\Model
$allowed boolean
Результат Illuminate\Database\Eloquent\Collection
    public function getFreshAbilities(Model $authority, $allowed);