share = $share; } /** * @return IShare * @since 21.0.0 */ public function getShare(): IShare { return $this->share; } }