class CodeHelper extends Helper
CodeHelper.
Methods
setCharset(string $charset) Sets the default charset. | from Helper | |
string | getCharset() Gets the default charset. | from Helper |
__construct(string $fileLinkFormat, string $rootDir, string $charset) Constructor. | ||
string | formatArgsAsText(array $args) Formats an array as a string. | |
abbrClass($class) | ||
abbrMethod($method) | ||
string | formatArgs(array $args) Formats an array as a string. | |
string | fileExcerpt(string $file, int $line) Returns an excerpt of a code file around the given line number. | |
string | formatFile(string $file, int $line, string $text = null) Formats a file path. | |
string | getFileLink(string $file, int $line) Returns the link for a given file/line pair. | |
formatFileFromText($text) | ||
string | getName() Returns the canonical name of this helper. |
Details
setCharset(string $charset)
Sets the default charset.
string getCharset()
Gets the default charset.
__construct(string $fileLinkFormat, string $rootDir, string $charset)
Constructor.
string formatArgsAsText(array $args)
Formats an array as a string.
abbrClass($class)
abbrMethod($method)
string formatArgs(array $args)
Formats an array as a string.
string fileExcerpt(string $file, int $line)
Returns an excerpt of a code file around the given line number.
string formatFile(string $file, int $line, string $text = null)
Formats a file path.
string getFileLink(string $file, int $line)
Returns the link for a given file/line pair.
formatFileFromText($text)
string getName()
Returns the canonical name of this helper.
Please login to continue.