Nette\Database\Structure::needStructure PHP 메소드

needStructure() 보호된 메소드

protected needStructure ( )
    protected function needStructure()
    {
        if ($this->structure !== NULL) {
            return;
        }
        $this->structure = $this->cache->load('structure', [$this, 'loadStructure']);
    }