/** * Return Asset name * * @return string * * @since 4.0.0 */ public function getName() : string { return $this->name; }