PHP Класс Symfony\Component\Console\Helper\Helper

Наследование: implements Symfony\Component\Console\Helper\HelperInterface
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$helperSet

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

Метод Описание
formatMemory ( $memory )
formatTime ( $secs )
getHelperSet ( ) : Symfony\Component\Console\Helper\HelperSet Gets the helper set associated with this helper.
setHelperSet ( Symfony\Component\Console\Helper\HelperSet $helperSet = null ) Sets the helper set associated with this helper.
strlen ( string $string ) : integer Returns the length of a string, using mb_strwidth if it is available.
strlenWithoutDecoration ( Symfony\Component\Console\Formatter\OutputFormatterInterface $formatter, $string )
substr ( string $string, integer $from, integer | null $length = null ) : string Returns the subset of a string, using mb_substr if it is available.

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

formatMemory() публичный статический Метод

public static formatMemory ( $memory )

formatTime() публичный статический Метод

public static formatTime ( $secs )

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

Gets the helper set associated with this helper.
public getHelperSet ( ) : Symfony\Component\Console\Helper\HelperSet
Результат Symfony\Component\Console\Helper\HelperSet A HelperSet instance

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

Sets the helper set associated with this helper.
public setHelperSet ( Symfony\Component\Console\Helper\HelperSet $helperSet = null )
$helperSet Symfony\Component\Console\Helper\HelperSet A HelperSet instance

strlen() публичный статический Метод

Returns the length of a string, using mb_strwidth if it is available.
public static strlen ( string $string ) : integer
$string string The string to check its length
Результат integer The length of the string

strlenWithoutDecoration() публичный статический Метод

public static strlenWithoutDecoration ( Symfony\Component\Console\Formatter\OutputFormatterInterface $formatter, $string )
$formatter Symfony\Component\Console\Formatter\OutputFormatterInterface

substr() публичный статический Метод

Returns the subset of a string, using mb_substr if it is available.
public static substr ( string $string, integer $from, integer | null $length = null ) : string
$string string String to subset
$from integer Start offset
$length integer | null Length to read
Результат string The string subset

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

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

protected $helperSet