PHP 클래스 LastLine

파일 보기 프로젝트 열기: peej/phpdoctor

공개 메소드들

메소드 설명
lastLineEmptyWithDescription ( ) : integer Last line empty, tag with description
lastLineEmptyWithoutDescription ( ) : boolean Last line empty, tag without description
lastLineTagWithDescription ( ) : integer Tag in last line, with description
lastLineTagWithoutDescription ( ) : integer Tag in last line, without description
lastTwoLinesEmptyWithDescription ( ) : integer Last two lines empty, tag with description
lastTwoLinesEmptyWithoutDescription ( ) : array Last two lines empty, tag without description

메소드 상세

lastLineEmptyWithDescription() 공개 메소드

Last line empty, tag with description
public lastLineEmptyWithDescription ( ) : integer
리턴 integer a return tag followed by an empty line

lastLineEmptyWithoutDescription() 공개 메소드

Last line empty, tag without description

lastLineTagWithDescription() 공개 메소드

Tag in last line, with description
public lastLineTagWithDescription ( ) : integer
리턴 integer a return tag on the last line

lastLineTagWithoutDescription() 공개 메소드

Tag in last line, without description

lastTwoLinesEmptyWithDescription() 공개 메소드

Last two lines empty, tag with description
public lastTwoLinesEmptyWithDescription ( ) : integer
리턴 integer a return tag followed by two empty lines

lastTwoLinesEmptyWithoutDescription() 공개 메소드

Last two lines empty, tag without description