RedBeanPHP\AssociationManager::__construct PHP 메소드

__construct() 공개 메소드

Constructor
public __construct ( ToolBox $tools )
$tools ToolBox toolbox
    public function __construct(ToolBox $tools)
    {
        $this->oodb = $tools->getRedBean();
        $this->adapter = $tools->getDatabaseAdapter();
        $this->writer = $tools->getWriter();
        $this->toolbox = $tools;
    }