[
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.sort AS sort_3, t0.is_index AS is_index_4, t0.title AS title_5, t0.short_description AS short_description_6, t0.slug AS slug_7, t0.visibility AS visibility_8, t0.created_by AS created_by_9, t0.updated_by AS updated_by_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.created_from_ip AS created_from_ip_13, t0.updated_from_ip AS updated_from_ip_14, t0.content AS content_15, t0.html AS html_16, t0.css AS css_17, t0.fonts AS fonts_18, t0.seo_title AS seo_title_19, t0.seo_description AS seo_description_20, t0.seo_canonical_url AS seo_canonical_url_21, t0.featured_image_id AS featured_image_id_22, t0.template_id AS template_id_23, t0.category_id AS category_id_24 FROM post t0 WHERE t0.visibility = ? AND t0.slug = ? AND t0.type = ? LIMIT 1"
"params" => [
1 => "public"
2 => "wp-admin"
3 => "page"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#831
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#831}
3 => Doctrine\DBAL\ParameterType {#831}
]
]