ListenCommand::option()

string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array

ServeCommand::fire()

void fire() Execute the console command. Return Value void Exceptions Exception

Pivot::syncOriginal()

$this syncOriginal() Sync the original attributes with the current. Return Value $this

Session::__callStatic()

static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed

StorageLinkCommand::call()

int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int

SessionGuard::setDispatcher()

void setDispatcher(Dispatcher $events) Set the event dispatcher instance. Parameters Dispatcher $events Return Value void

Factory::setPageName()

void setPageName(string $pageName) Set the input page parameter name used by the paginator. Parameters string $pageName Return Value void

AbstractPaginator::resolveCurrentPath()

static string resolveCurrentPath(string $default = '/') Resolve the current request path or return the default value. Parameters string $default Return Value string

SyncJob::isDeleted()

bool isDeleted() Determine if the job has been deleted. Return Value bool

PolicyMakeCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int