Client
[ class tree: Client ] [ index: Client ] [ all elements ]

Class: I18nInterface

Source Location: /client/Internationalization.php

Interface Overview


Translator interface


Methods



Class Details

[line 271]
Translator interface



[ Top ]


Class Methods


method bindtextdomain [line 278]

void bindtextdomain( string $domain, string $path)

Wrapper for function bindtextdomain



Tags:

access:  public


Parameters:

string   $domain   domain
string   $path   path to tranlsations

[ Top ]

method gettext [line 291]

string gettext( string $text)

Wrapper for function gettext



Tags:

return:  tranlated text
access:  public
static:  


Parameters:

string   $text   text to translate

[ Top ]

method ngettext [line 300]

string ngettext( string $text, string $plural, int $count)

Wrapper for function ngettext



Tags:

return:  translated text
access:  public
static:  


Parameters:

string   $text   text to translate
string   $plural   text to translate (plural)
int   $count   count

[ Top ]

method textdomain [line 284]

void textdomain( string $domain)

Wrapper for function textdomain



Tags:

access:  public


Parameters:

string   $domain   domain

[ Top ]


Documentation generated on Fri, 21 Sep 2007 13:30:49 +0200 by phpDocumentor 1.3.0RC3