mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-19 04:23:59 +00:00
8 lines
142 B
Plaintext
8 lines
142 B
Plaintext
/**
|
|
* @return $DATA_TYPE$
|
|
*/
|
|
public function $FUNCTION_NAME$(): $DATA_TYPE$
|
|
{
|
|
return $this->$FIELD_NAME$;
|
|
}
|