PHP 클래스 Platformsh\Cli\Util\PropertyFormatter

파일 보기 프로젝트 열기: commerceguys/platform-cli 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$yamlInline integer

보호된 프로퍼티들

프로퍼티 타입 설명
$input Symfony\Component\Console\Input\InputInterface | null

공개 메소드들

메소드 설명
__construct ( Symfony\Component\Console\Input\InputInterface $input = null )
configureInput ( Symfony\Component\Console\Input\InputDefinition $definition ) Add options to a command's input definition.
format ( mixed $value, string $property = null ) : string

보호된 메소드들

메소드 설명
formatDate ( string $value ) : string
formatHttpAccess ( array | string | null $httpAccess ) : string

메소드 상세

__construct() 공개 메소드

public __construct ( Symfony\Component\Console\Input\InputInterface $input = null )
$input Symfony\Component\Console\Input\InputInterface

configureInput() 공개 정적인 메소드

Add options to a command's input definition.
public static configureInput ( Symfony\Component\Console\Input\InputDefinition $definition )
$definition Symfony\Component\Console\Input\InputDefinition

format() 공개 메소드

public format ( mixed $value, string $property = null ) : string
$value mixed
$property string
리턴 string

formatDate() 보호된 메소드

protected formatDate ( string $value ) : string
$value string
리턴 string

formatHttpAccess() 보호된 메소드

protected formatHttpAccess ( array | string | null $httpAccess ) : string
$httpAccess array | string | null
리턴 string

프로퍼티 상세

$input 보호되어 있는 프로퍼티

protected InputInterface,Symfony\Component\Console\Input|null $input
리턴 Symfony\Component\Console\Input\InputInterface | null

$yamlInline 공개적으로 프로퍼티

public int $yamlInline
리턴 integer