芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/.trash/libraries.3/vendor/fig/link-util/src/EvolvableLinkProviderTrait.php
links)) { $that->links[$splosh] = $link; } return $that; } /** * {@inheritdoc} */ public function withoutLink(LinkInterface $link) { $that = clone($this); $splosh = spl_object_hash($link); unset($that->links[$splosh]); return $that; } }