RedBeanPHP\Finder::__construct PHP Method

__construct() public method

The Finder requires a toolbox.
public __construct ( ToolBox $toolbox )
$toolbox ToolBox
    public function __construct(ToolBox $toolbox)
    {
        $this->toolbox = $toolbox;
        $this->redbean = $toolbox->getRedBean();
    }