Skip to content

Commit

Permalink
[TASK] advanced parser information
Browse files Browse the repository at this point in the history
  • Loading branch information
kaystrobach committed Dec 5, 2015
1 parent 41a7820 commit bf89ca5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Classes/Parser/LessParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,22 @@ public function getVersion() {
return \Less_Version::version . ' - compat less.js version ' . \Less_Version::less_version;
}

/**
* returns the homepage of the parser
* @return string
*/
public function getParserHomepage() {
return 'http://lessphp.gpeasy.com';
}

/**
* return readable name of the project
* @return string
*/
public function getParserName() {
return 'Less.php';
}

/**
* @param $string
* @param null $name
Expand Down

0 comments on commit bf89ca5

Please sign in to comment.