Function __global->brand_name
Definitions
sources/global3.php
- Get the brand name.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Returns
- The brand name
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the brand name.
*
* @return string The brand name
*/
function brand_name() : string
* Get the brand name.
*
* @return string The brand name
*/
function brand_name() : string

