RedBeanPHP\Finder::__construct PHP 메소드

__construct() 공개 메소드

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