extract.php File Reference
Go to the source code of this file.
Namespaces | |
| namespace | cake |
Classes | |
| class | ExtractTask |
Variables | |
| $categoryEcho = __c('Category string lookup line echo __c()', 5) | |
| $categoryReturn = __c('Category string lookup line return __c()', 5, true) | |
| $pluralDomainCategoryEcho = __dcn('controllers', '% apple in the bowl (plural string 1 domain and category lookup echo __dcn())', '% apples in the blowl (plural string 2 domain and category lookup echo __dcn())', 3, 5) | |
| $pluralDomainCategoryReturn = __dcn('controllers', '% apple in the bowl (plural string 1 domain and category lookup return __dcn())', '% apples in the blowl (plural string 2 domain and category lookup return __dcn())', 3, 5, true) | |
| $pluralDomainEcho = __dn('controllers', '% pears in the bowl (plural string domain lookup echo __dn())', '% pears in the blowl (plural string domain lookup echo __dn())', 3) | |
| $pluralDomainReturn = __dn('controllers', '% pears in the bowl (plural string domain lookup return __dn())', '% pears in the blowl (plural string domain lookup return __dn())', 3, true) | |
| $pluralEcho = __n('% apple in the bowl (plural string 2 echo __n())', '% apples in the blowl (plural string 2 echo __n()', 3) | |
| $pluralReturn = __n('% apple in the bowl (plural string return __n())', '% apples in the blowl (plural string 2 return __n())', 3, true) | |
| $singularDomainCategoryEcho = __dc('controllers', 'Singular string domain and category lookup echo __dc()', 5) | |
| $singularDomainCategoryReturn = __dc('controllers', 'Singular string domain and category lookup return __dc()', 5, true) | |
| $singularDomainEcho = __d('controllers', 'Singular string domain lookup echo __d()') | |
| $singularDomainReturn = __d('controllers', 'Singular string domain lookup return __d()', true) | |
| $singularEcho = __('Singular string echo __()') | |
| $singularReturn = __('Singular string return __()', true) | |
Variable Documentation
| $categoryEcho = __c('Category string lookup line echo __c()', 5) |
Definition at line 53 of file extract.php.
| $categoryReturn = __c('Category string lookup line return __c()', 5, true) |
Definition at line 52 of file extract.php.
| $pluralDomainCategoryEcho = __dcn('controllers', '% apple in the bowl (plural string 1 domain and category lookup echo __dcn())', '% apples in the blowl (plural string 2 domain and category lookup echo __dcn())', 3, 5) |
Definition at line 50 of file extract.php.
| $pluralDomainCategoryReturn = __dcn('controllers', '% apple in the bowl (plural string 1 domain and category lookup return __dcn())', '% apples in the blowl (plural string 2 domain and category lookup return __dcn())', 3, 5, true) |
Definition at line 49 of file extract.php.
| $pluralDomainEcho = __dn('controllers', '% pears in the bowl (plural string domain lookup echo __dn())', '% pears in the blowl (plural string domain lookup echo __dn())', 3) |
Definition at line 44 of file extract.php.
| $pluralDomainReturn = __dn('controllers', '% pears in the bowl (plural string domain lookup return __dn())', '% pears in the blowl (plural string domain lookup return __dn())', 3, true) |
Definition at line 43 of file extract.php.
| $pluralEcho = __n('% apple in the bowl (plural string 2 echo __n())', '% apples in the blowl (plural string 2 echo __n()', 3) |
Definition at line 38 of file extract.php.
| $pluralReturn = __n('% apple in the bowl (plural string return __n())', '% apples in the blowl (plural string 2 return __n())', 3, true) |
Definition at line 37 of file extract.php.
| $singularDomainCategoryEcho = __dc('controllers', 'Singular string domain and category lookup echo __dc()', 5) |
Definition at line 47 of file extract.php.
| $singularDomainCategoryReturn = __dc('controllers', 'Singular string domain and category lookup return __dc()', 5, true) |
Definition at line 46 of file extract.php.
| $singularDomainEcho = __d('controllers', 'Singular string domain lookup echo __d()') |
Definition at line 41 of file extract.php.
| $singularDomainReturn = __d('controllers', 'Singular string domain lookup return __d()', true) |
Definition at line 40 of file extract.php.
| $singularEcho = __('Singular string echo __()') |
Definition at line 35 of file extract.php.
| $singularReturn = __('Singular string return __()', true) |
Definition at line 34 of file extract.php.