Pipe\Context::dependOn PHP Метод

dependOn() публичный Метод

# Returns the Context Instance.
public dependOn ( $path )
    function dependOn($path)
    {
        $this->dependencyPaths[] = $this->resolve($path);
        return $this;
    }