mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/tickme.git
synced 2026-08-20 04:53:57 +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$;
|
|
}
|