public function addDependency(AccessibleInterface $dependency) { $this->dependencies[] = $dependency; return $this; }