Tribe__Repository::__set( string $name, mixed $value )
Magic method to set protected properties.
Contents
Parameters
- $name
-
(string) (Required)
- $value
-
(mixed) (Required)
Source
File: src/Tribe/Repository.php
public function __set( $name, $value ) {
throw Tribe__Repository__Usage_Error::because_properties_should_be_set_correctly( $name, $this );
}
Changelog
| Version | Description |
|---|---|
| 4.7.19 | Introduced. |