PHP Класс Collective\Remote\Console\TailCommand

Наследование: extends Illuminate\Console\Command
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$description string The console command description.
$name string The console command name.

Открытые методы

Метод Описание
fire ( ) : void Execute the console command.

Защищенные методы

Метод Описание
findNewestLocalLogfile ( $path ) : mixed Get the path to the latest local Laravel log file.
getArguments ( ) : array Get the console command arguments.
getOptions ( ) : array Get the console command options.
getPath ( string $connection ) : string Get the path to the Laravel log file.
getRemote ( string $connection ) : Collective\Remote\Connection Get a connection to the remote server.
getRoot ( string $connection ) : string Get the path to the Laravel install root.
tailLocalLogs ( string $path ) : string Tail a local log file for the application.
tailLogFile ( string $path, string $connection ) : void Tail the given log file for the connection.
tailRemoteLogs ( string $path, string $connection ) : void Tail a remote log file at the given path and connection.

Описание методов

findNewestLocalLogfile() защищенный Метод

Get the path to the latest local Laravel log file.
protected findNewestLocalLogfile ( $path ) : mixed
$path
Результат mixed

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

Execute the console command.
public fire ( ) : void
Результат void

getArguments() защищенный Метод

Get the console command arguments.
protected getArguments ( ) : array
Результат array

getOptions() защищенный Метод

Get the console command options.
protected getOptions ( ) : array
Результат array

getPath() защищенный Метод

Get the path to the Laravel log file.
protected getPath ( string $connection ) : string
$connection string
Результат string

getRemote() защищенный Метод

Get a connection to the remote server.
protected getRemote ( string $connection ) : Collective\Remote\Connection
$connection string
Результат Collective\Remote\Connection

getRoot() защищенный Метод

Get the path to the Laravel install root.
protected getRoot ( string $connection ) : string
$connection string
Результат string

tailLocalLogs() защищенный Метод

Tail a local log file for the application.
protected tailLocalLogs ( string $path ) : string
$path string
Результат string

tailLogFile() защищенный Метод

Tail the given log file for the connection.
protected tailLogFile ( string $path, string $connection ) : void
$path string
$connection string
Результат void

tailRemoteLogs() защищенный Метод

Tail a remote log file at the given path and connection.
protected tailRemoteLogs ( string $path, string $connection ) : void
$path string
$connection string
Результат void

Описание свойств

$description защищенное свойство

The console command description.
protected string $description
Результат string

$name защищенное свойство

The console command name.
protected string $name
Результат string