PATH:
home
/
centosnipponia
/
public_html
/
eccity
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Console
/
Scheduling
<?php namespace Illuminate\Console\Scheduling; interface EventMutex { /** * Attempt to obtain an event mutex for the given event. * * @param \Illuminate\Console\Scheduling\Event $event * @return bool */ public function create(Event $event); /** * Determine if an event mutex exists for the given event. * * @param \Illuminate\Console\Scheduling\Event $event * @return bool */ public function exists(Event $event); /** * Clear the event mutex for the given event. * * @param \Illuminate\Console\Scheduling\Event $event * @return void */ public function forget(Event $event); }
[+]
..
[-] Schedule.php
[edit]
[-] Event.php
[edit]
[-] ScheduleTestCommand.php
[edit]
[-] CacheSchedulingMutex.php
[edit]
[-] ManagesFrequencies.php
[edit]
[-] CommandBuilder.php
[edit]
[-] ScheduleRunCommand.php
[edit]
[-] EventMutex.php
[edit]
[-] CacheEventMutex.php
[edit]
[-] CallbackEvent.php
[edit]
[-] SchedulingMutex.php
[edit]
[-] ScheduleListCommand.php
[edit]
[-] ScheduleFinishCommand.php
[edit]
[-] CacheAware.php
[edit]
[-] ScheduleWorkCommand.php
[edit]
[-] .htaccess.disabled
[edit]