PHP 클래스 Tebru\Retrofit\Generation\Printer\ArrayPrinter

저자: Nate Brunette ([email protected])
파일 보기 프로젝트 열기: tebru/retrofit-php 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( PhpParser\Parser $parser = null, PrettyPrinterAbstract $printer = null ) Constructor
printArray ( array $array ) : string Take a PHP array and convert it to a string

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( PhpParser\Parser $parser = null, PrettyPrinterAbstract $printer = null )
$parser PhpParser\Parser
$printer PhpParser\PrettyPrinterAbstract

printArray() 공개 메소드

Take a PHP array and convert it to a string
public printArray ( array $array ) : string
$array array
리턴 string