PHP 클래스 Google\Cloud\Dev\DocBlockStripSpaces

상속: extends phpDocumentor\Reflection\DocBlock
파일 보기 프로젝트 열기: GoogleCloudPlatform/gcloud-php 1 사용 예제들

공개 메소드들

메소드 설명
cleanInput ( string $comment, integer $spaces = 4 ) : string Strips extra whitespace from the DocBlock comment.

메소드 상세

cleanInput() 공개 메소드

Strips extra whitespace from the DocBlock comment.
public cleanInput ( string $comment, integer $spaces = 4 ) : string
$comment string String containing the comment text.
$spaces integer The number of spaces to strip.
리턴 string