Class luya\web\jsonld\LanguageValue
| Inheritance | luya\web\jsonld\LanguageValue ยป luya\web\jsonld\BaseValue |
|---|---|
| Available since version | 1.0.14 |
| Source Code | https://github.com/luyadev/luya/blob/master/core/web/jsonld/LanguageValue.php |
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | luya\web\jsonld\LanguageValue | |
| getValue() | luya\web\jsonld\LanguageValue |
Method Details
| public void __construct ( $langauge ) | ||
| $langauge | ||
public function __construct($langauge)
{
$this->_language = $langauge;
}