~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to lib/Service/HelpServiceInterface.php

  • Committer: GitHub
  • Author(s): Dan Garner
  • Date: 2016-09-16 18:03:26 UTC
  • mfrom: (529.1.81)
  • Revision ID: git-v1:377bfa289f8b26b7fbc15dcace7e29b0536ac549
Merge pull request #201 from dasgarner/bugfix/1.8.0-rc1

BE bug fixes and small features for 1.8.0-rc1

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
    /**
36
36
     * Raw Link
37
 
     * @param $link
 
37
     * @param string $suffix Suffix to append to the end of the manual page URL
38
38
     * @return string
39
39
     */
40
 
    public function rawLink($link);
 
40
    public function address($suffix = '');
41
41
}
 
 
b'\\ No newline at end of file'