Find all Frog “functions”
Most of the “how-to’s” offered here make use of Frog’s internal “functions” to do their work. For those who are interested, here is the complete list of such functions used by Frog:
- author()
- authorId()
- breadcrumb()
- breadcrumbs(
$separator='>') - children(
$args=null, $value=array(), $include_hidden=false) - childrenCount(
$args=null, $value=array(), $include_hidden=false) - content(
$part='body', $inherit=false) - date(
$format='%a, %e %b %Y', $which_one='created') - description()
- executionTime()
- find(
$uri) {return find_page_by_uri($uri);} - hasContent(
$part) {return isset($this->part->$part);} - id()
- includeSnippet(
$name) - keywords()
- level()
- link(
$label=null, $options='') - next()
- parent()
- previous()
- slug()
- tags()
- title()
- updator()
- updatorId()
- url()
