Pipe\Context::dependOn PHP Method

dependOn() public method

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