PHP Класс Pantheon\Terminus\Commands\ArtCommand

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

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

Свойство Тип Описание
$filename Name of the file

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

Метод Описание
art ( string $name = '' ) Displays Pantheon ASCII artwork
interact ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) If the user does not specify the $name parameter, then we will prompt for it here.

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

Метод Описание
availableArt ( ) : array Return available art
formatFilename ( $name ) : ArtCommand Set the art filename.
getFilename ( ) : string
retrieveArt ( $name ) : string Retrieve the contents of an art file.
setFilename ( string $filename )

Приватные методы

Метод Описание
randomArtName ( ) : string Feeling lucky? Get a random artwork.

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

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

Displays Pantheon ASCII artwork
public art ( string $name = '' )
$name string Name of the artwork to select

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

Return available art
protected availableArt ( ) : array
Результат array

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

Set the art filename.
protected formatFilename ( $name ) : ArtCommand
$name
Результат ArtCommand

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

protected getFilename ( ) : string
Результат string

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

If the user does not specify the $name parameter, then we will prompt for it here.
public interact ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

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

Retrieve the contents of an art file.
protected retrieveArt ( $name ) : string
$name
Результат string

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

protected setFilename ( string $filename )
$filename string

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

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

Name of the file
protected $filename