PHP Class LastLine

Afficher le fichier Open project: peej/phpdoctor

Méthodes publiques

Méthode Description
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

Method Details

lastLineEmptyWithDescription() public méthode

Last line empty, tag with description
public lastLineEmptyWithDescription ( ) : integer
Résultat integer a return tag followed by an empty line

lastLineEmptyWithoutDescription() public méthode

Last line empty, tag without description

lastLineTagWithDescription() public méthode

Tag in last line, with description
public lastLineTagWithDescription ( ) : integer
Résultat integer a return tag on the last line

lastLineTagWithoutDescription() public méthode

Tag in last line, without description

lastTwoLinesEmptyWithDescription() public méthode

Last two lines empty, tag with description
public lastTwoLinesEmptyWithDescription ( ) : integer
Résultat integer a return tag followed by two empty lines

lastTwoLinesEmptyWithoutDescription() public méthode

Last two lines empty, tag without description