Elgg\Application\Database::__construct PHP 메소드

__construct() 공개 메소드

Constructor
public __construct ( Database $db )
$db Elgg\Database The Elgg database
    public function __construct(ElggDb $db)
    {
        $this->db = $db;
    }