$this
public function addLoader(LoaderInterface $loader) : static { $this->loaders[] = $loader; return $this; }