5 if ( ! defined(
'GRAVITYVIEW_DIR' ) ) {
44 $this->
set( $key,
$value );
59 public function set( $key,
$value ) {
60 $this->settings[ $key ] =
$value;
73 public function get( $key, $default = null ) {
74 return Utils::get( $this->settings, $key, $default );
84 public function all() {
If this file is called directly, abort.
all()
Returns all the objects in this collection as an an array.
update( $settings)
Mass update values from the allowed ones.
__construct( $settings=array())
Create with new.