setAttribute('interpret-as', $interpretAs); } /** * Add Role attribute. * * @param string $role Specify the format of the date when interpret-as is set * to date * @return static $this. */ public function setRole($role) { return $this->setAttribute('role', $role); } }