Overview

Namespaces

  • EmanueleMinotto
    • Gravatar
      • Twig

Classes

  • GravatarExtension
  • Overview
  • Namespace
  • Class
  • Tree
  • Todo

Class GravatarExtension

Twig extension for gravatar.com APIs.

Twig_Extension
Extended by EmanueleMinotto\Gravatar\Twig\GravatarExtension
Namespace: EmanueleMinotto\Gravatar\Twig
Author: Emanuele Minotto minottoemanuele@gmail.com
Located at Twig/GravatarExtension.php
Methods summary
public
# __construct( EmanueleMinotto\Gravatar\Client $client = null )

Class constructor with optional client.

Class constructor with optional client.

Parameters

$client
Gravatar library client.
public array
# getFilters( )

Returns a list of filters to add to the existing list.

Returns a list of filters to add to the existing list.

Returns

array
An array of filters
public array
# getFunctions( )

Returns a list of functions to add to the existing list.

Returns a list of functions to add to the existing list.

Returns

array
An array of functions
public array
# getTests( )

Returns a list of tests to add to the existing list.

Returns a list of tests to add to the existing list.

Returns

array
An array of tests
public string
# getName( )

Returns the name of the extension.

Returns the name of the extension.

Returns

string
The extension name
API documentation generated by ApiGen