[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/vendor/psr/link/src/ -> EvolvableLinkInterface.php (summary)

(no description)

File Size: 79 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

EvolvableLinkInterface:: (5 methods):
  withHref()
  withRel()
  withoutRel()
  withAttribute()
  withoutAttribute()


Interface: EvolvableLinkInterface  - X-Ref

An evolvable link value object.

withHref($href)   X-Ref
Returns an instance with the specified href.

param: string $href
return: static

withRel($rel)   X-Ref
Returns an instance with the specified relationship included.

If the specified rel is already present, this method MUST return
normally without errors, but without adding the rel a second time.

param: string $rel
return: static

withoutRel($rel)   X-Ref
Returns an instance with the specified relationship excluded.

If the specified rel is already not present, this method MUST return
normally without errors.

param: string $rel
return: static

withAttribute($attribute, $value)   X-Ref
Returns an instance with the specified attribute added.

If the specified attribute is already present, it will be overwritten
with the new value.

param: string $attribute
param: string $value
return: static

withoutAttribute($attribute)   X-Ref
Returns an instance with the specified attribute excluded.

If the specified attribute is not present, this method MUST return
normally without errors.

param: string $attribute
return: static



Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer