Model::__get( string $key )
Dynamically retrieve attributes on the model.
Parameters
- $key
-
(string) (Required)
Return
(mixed)
Source
File: Model/Model.php
public function __get( $key ) { return $this->getAttribute( $key ); }
Dynamically retrieve attributes on the model.
(string) (Required)
(mixed)
File: Model/Model.php
public function __get( $key ) { return $this->getAttribute( $key ); }