BP_Nouveau_Customizer_Group_Nav::__set( string $key, mixed $value )
Sets a property.
Description Description
Overrides BP_Core_Nav::__isset() to avoid adding a value to its nav property.
Parameters Parameters
- $key
-
(Required) The property.
- $value
-
(Required) The value of the property.
Source Source
File: bp-templates/bp-nouveau/includes/groups/classes.php
public function __set( $key, $value ) { $this->{$key} = $value; }
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |