'#1', 'custom2' => '#2', /* if needed, add more lines here for "custom3", "custom4", etc. */ ); public function __construct( $user_id ){ $this->custom1 = #3; $this->custom2 = #4; /* if needed, add more lines here for "custom3", "custom4", etc. */ } } }