Exceptions
Exception
Twig\Error\ RuntimeError
Show exception properties
Twig\Error\RuntimeError {#12923 -lineno: 2 -rawMessage: "Key "object" for sequence/mapping with keys "_type, _id, entriesCount, activeEntryId, view_order, publishDate, rank" does not exist." -source: Twig\Source {#12419 -code: """ {% if item._type == 'entry' %}\n {% set entry = item.object %}\n \n {% if entry.properties.is_pinned is defined and entry.properties.is_pinned == 1 %}\n {% set pinned_class = 'pinned ' %}\n {% else %}\n {% set pinned_class = '' %}\n {% endif %}\n \n <div class="{{ pinned_class }}col-md-12 p-all-0 posts-list color-nw color-mw" data-id="{{ item.activeEntryId }}" data-rank="{{ item.rank }}">\n <div class="col-sm-4 p-t-b-15">\n {% if entry.type.name in ['book', 'manuscript', 'periodical', 'thesis'] %}\n <a href="{{ path('entry_view', { 'type_name': entry.type.name, 'local_id': entry.localId, 'slug': entry.title|slug }) }}" class="book-cover" style="background-image: url('{{ get_image(entry) }}')">\n <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="{{ get_image(entry) }}" class="img-responsive" alt="{{ entry.content.image_description is defined ? entry.content.image_description }}">\n </a>\n {% else %}\n <a href="{{ path('entry_view', { 'type_name': entry.type.name, 'local_id': entry.localId, 'slug': entry.title|slug }) }}">\n <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="{{ get_image(entry, 270) }}" class="img-responsive" alt="{{ entry.content.image_description is defined ? entry.content.image_description }}">\n </a>\n {% endif %}\n </div>\n <div class="col-sm-8 p-t-b-15">\n <div class="txt-cont">\n <a href="{{ path('entry_view', { 'type_name': entry.type.name, 'local_id': entry.localId, 'slug': entry.title|slug }) }}"><h3>{{ entry.title }}</h3></a>\n <p>{{ entry.type.name == 'consultation' ? entry.content.question : entry.summary }}</p>\n <div class="col-md-8 p-all-0">\n {% if show_author %}\n {% set author = entry.authors|length ? entry.authors|first : null %}\n {% if author %}\n <a href="{{ path('author', {'id': author.id, 'slug': author.name|slug}) }}"> <span> <i class="fa fa-user"></i> {{ author.name }} </span> </a>\n {% endif %}\n {% else %}\n <a href="{{ path('entries_home', {'list_name': entry.type.listName}) }}"> <span> <i class="fa fa-tag"></i> {{ ('content_type.'~ entry.type.name ~'.list_name')|trans }} </span> </a>\n {% endif %}\n </div>\n <div class="col-md-4 p-all-0">\n <span> <i class="fa fa-calendar"></i> {{ entry.publishedAt|hijri }} </span>\n <span> <i class="fa fa-calendar"></i> {{ entry.publishedAt|format_datetime('long', 'none', 'ar') }}</span>\n </div>\n </div>\n </div>\n </div> <!-- End -->\n {% elseif item._type == 'collection' %}\n {% if item.lastAdded %}\n {% set in_author = author is defined ? true : false %}\n {% for entry in item.lastAdded %}\n {% if (in_author == false or (in_author == true and entry.authors.contains(author))) %}\n <div class="col-md-12 p-all-0 posts-list color-nw color-mw" data-id="{{ item.activeEntryId }}" data-rank="{{ item.rank }}">\n <div class="col-sm-4 p-t-b-15">\n {% if entry.type.name in ['book', 'manuscript', 'periodical', 'thesis'] %}\n <a href="{{ path('entry_view', { 'type_name': entry.type.name, 'local_id': entry.localId, 'slug': entry.title|slug }) }}" class="book-cover" style="background-image: url('{{ get_image(entry) }}')">\n <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="{{ get_image(entry) }}" class="img-responsive" alt="{{ entry.content.image_description is defined ? entry.content.image_description }}">\n </a>\n {% else %}\n <a href="{{ path('entry_view', { 'type_name': entry.type.name, 'local_id': entry.localId, 'slug': entry.title|slug }) }}">\n <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="{{ get_image(entry, 270, 150) }}" class="img-responsive" alt="{{ entry.content.image_description is defined ? entry.content.image_description }}">\n </a>\n {% endif %}\n </div>\n <div class="col-sm-8 p-t-b-15">\n <div class="txt-cont">\n <a href="{{ path('entry_view', { 'type_name': entry.type.name, 'local_id': entry.localId, 'slug': entry.title|slug }) }}"><h3>{{ entry.title }}</h3></a>\n <p>{{ entry.type.name == 'consultation' ? entry.content.question : entry.summary }}</p>\n <div class="col-md-8 p-all-0">\n {% if show_author %}\n {% set author = entry.authors|length ? entry.authors|first : null %}\n {% if author %}\n <a href="{{ path('author', {'id': author.id, 'slug': author.name|slug}) }}"> <span> <i class="fa fa-user"></i> {{ author.name }} </span> </a>\n {% endif %}\n {% else %}\n <a href="{{ path('entries_home', {'list_name': entry.type.listName}) }}"> <span> <i class="fa fa-tag"></i> {{ ('content_type.'~ entry.type.name ~'.list_name')|trans }} </span> </a>\n {% endif %}\n </div>\n <div class="col-md-4 p-all-0"> <span> <i class="fa fa-calendar"></i> {{ entry.publishedAt|hijri }} </span> </div>\n </div>\n </div>\n </div> <!-- End -->\n {% endif %}\n {% endfor %}\n {% endif %}\n {% endif %}\n """ -name: "@ContentManagement/item.html.twig" -path: "/var/www/html/tafsir/templates/bundles/ContentManagementBundle/item.html.twig" } -phpFile: "/var/www/html/tafsir/vendor/twig/twig/src/Extension/CoreExtension.php" -phpLine: 1739 }
{% if item._type == 'entry' %}
{% set entry = item.object %}
{% if entry.properties.is_pinned is defined and entry.properties.is_pinned == 1 %}
{% set pinned_class = 'pinned ' %}
{% else %}
{% set pinned_class = '' %}
in
var/cache/dev/twig/89/89ad380ed80c89e9e5419fad06ea6f16.php
::
getAttribute
(line 51)
// line 1
if ((CoreExtension::getAttribute($this->env, $this->source, (isset($context["item"]) || array_key_exists("item", $context) ? $context["item"] : (function () { throw new RuntimeError('Variable "item" does not exist.', 1, $this->source); })()), "_type", [], "any", false, false, false, 1) == "entry")) {
// line 2
yield " ";
$context["entry"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["item"]) || array_key_exists("item", $context) ? $context["item"] : (function () { throw new RuntimeError('Variable "item" does not exist.', 2, $this->source); })()), "object", [], "any", false, false, false, 2);
// line 3
yield "
";
// line 4
if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["entry"] ?? null), "properties", [], "any", false, true, false, 4), "is_pinned", [], "any", true, true, false, 4) && (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["entry"]) || array_key_exists("entry", $context) ? $context["entry"] : (function () { throw new RuntimeError('Variable "entry" does not exist.', 4, $this->source); })()), "properties", [], "any", false, false, false, 4), "is_pinned", [], "any", false, false, false, 4) == 1))) {
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{
$context += $this->env->getGlobals();
$blocks = array_merge($this->blocks, $blocks);
try {
yield from $this->doDisplay($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($this->getSourceContext());
}
in
vendor/twig/twig/src/Template.php
->
yield
(line 358)
return $this->blocks;
}
public function display(array $context, array $blocks = []): void
{
foreach ($this->yield($context, $blocks) as $data) {
echo $data;
}
}
public function render(array $context): string
in
vendor/twig/twig/src/Template.php
->
display
(line 373)
ob_start();
} else {
ob_start(function () { return ''; });
}
try {
$this->display($context);
} catch (\Throwable $e) {
while (ob_get_level() > $level) {
ob_end_clean();
}
in
vendor/twig/twig/src/TemplateWrapper.php
->
render
(line 51)
yield from $this->template->yieldBlock($name, $context);
}
public function render(array $context = []): string
{
return $this->template->render($context);
}
/**
* @return void
*/
in
vendor/twig/twig/src/Extension/CoreExtension.php
->
render
(line 1520)
if ($isSandboxed) {
$loaded->unwrap()->checkSecurity();
}
return $loaded->render($variables);
} finally {
if ($isSandboxed && !$alreadySandboxed) {
$sandbox->disableSandbox();
}
}
in
var/cache/dev/twig/1d/1d2476895ed7cfa3023d8aea11ce4a86.php
::
include
(line 121)
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 12
yield " ";
yield Twig\Extension\CoreExtension::include($this->env, $context, "@ContentManagement/item.html.twig", ["item" => $context["item"], "show_author" => (isset($context["show_author"]) || array_key_exists("show_author", $context) ? $context["show_author"] : (function () { throw new RuntimeError('Variable "show_author" does not exist.', 12, $this->source); })())]);
yield "
";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
in
vendor/twig/twig/src/Template.php
->
block_list_page
(line 446)
throw new \LogicException('A block must be a method on a \Twig\Template instance.');
}
if (null !== $template) {
try {
yield from $template->$block($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($template->getSourceContext());
}
in
var/cache/dev/twig/50/503691fad1f9e9368e188098286fc9b9.php
->
yieldBlock
(line 273)
<div class=\"entries-list\">
";
}
// line 65
yield " ";
yield from $this->unwrap()->yieldBlock("list_page", $context, $blocks);
yield "
";
// line 66
if ((($tmp = !CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 66, $this->source); })()), "request", [], "any", false, false, false, 66), "xmlHttpRequest", [], "any", false, false, false, 66)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 67
in
vendor/twig/twig/src/Template.php
->
block_cms_content
(line 446)
throw new \LogicException('A block must be a method on a \Twig\Template instance.');
}
if (null !== $template) {
try {
yield from $template->$block($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($template->getSourceContext());
}
in
var/cache/dev/twig/5f/5fde1ed46c8449a0ba0f2f61d3cd37f4.php
->
yieldBlock
(line 78)
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
// line 4
yield " ";
yield from $this->unwrap()->yieldBlock('cms_content', $context, $blocks);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
in
vendor/twig/twig/src/Template.php
->
block_content
(line 446)
throw new \LogicException('A block must be a method on a \Twig\Template instance.');
}
if (null !== $template) {
try {
yield from $template->$block($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($template->getSourceContext());
}
in
var/cache/dev/twig/79/793bbfbcdad397d8835ed3850acd3b1d.php
->
yieldBlock
(line 790)
yield from $this->unwrap()->yieldBlock('page_content_header', $context, $blocks);
// line 174
yield " </div>
";
// line 175
yield from $this->unwrap()->yieldBlock('content', $context, $blocks);
// line 176
yield " </div>
<div class=\"col-md-3\">
<div class=\"sidebar\">
<aside class=\"sidebar__inner\">
in
vendor/twig/twig/src/Template.php
->
block_page_content
(line 446)
throw new \LogicException('A block must be a method on a \Twig\Template instance.');
}
if (null !== $template) {
try {
yield from $template->$block($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($template->getSourceContext());
}
in
var/cache/dev/twig/79/793bbfbcdad397d8835ed3850acd3b1d.php
->
yieldBlock
(line 296)
</header>
";
// line 156
yield from $this->unwrap()->yieldBlock('page_content', $context, $blocks);
// line 188
yield "
<footer>
<div class=\"container\">
<div class=\"row\">
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{
$context += $this->env->getGlobals();
$blocks = array_merge($this->blocks, $blocks);
try {
yield from $this->doDisplay($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($this->getSourceContext());
}
in
var/cache/dev/twig/1d/1de1db3a09b0aaa5efd891200ebc0a6a.php
->
yield
(line 53)
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "commons/base.html.twig"));
// line 3
yield from $this->getParent($context)->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{
$context += $this->env->getGlobals();
$blocks = array_merge($this->blocks, $blocks);
try {
yield from $this->doDisplay($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($this->getSourceContext());
}
in
var/cache/dev/twig/5f/5fde1ed46c8449a0ba0f2f61d3cd37f4.php
->
yield
(line 54)
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@ContentManagement/layout.html.twig"));
$this->parent = $this->load("commons/base.html.twig", 1);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{
$context += $this->env->getGlobals();
$blocks = array_merge($this->blocks, $blocks);
try {
yield from $this->doDisplay($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($this->getSourceContext());
}
in
var/cache/dev/twig/50/503691fad1f9e9368e188098286fc9b9.php
->
yield
(line 73)
// line 73
$context["page"] = $this->extensions['Rawafed\PageComposerBundle\Twig\PageComposerExtension']->setPage("صفحة المؤلف");
// line 1
$this->parent = $this->load("@ContentManagement/layout.html.twig", 1);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{
$context += $this->env->getGlobals();
$blocks = array_merge($this->blocks, $blocks);
try {
yield from $this->doDisplay($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($this->getSourceContext());
}
in
vendor/twig/twig/src/Template.php
->
yield
(line 358)
return $this->blocks;
}
public function display(array $context, array $blocks = []): void
{
foreach ($this->yield($context, $blocks) as $data) {
echo $data;
}
}
public function render(array $context): string
in
vendor/twig/twig/src/Template.php
->
display
(line 373)
ob_start();
} else {
ob_start(function () { return ''; });
}
try {
$this->display($context);
} catch (\Throwable $e) {
while (ob_get_level() > $level) {
ob_end_clean();
}
in
vendor/twig/twig/src/TemplateWrapper.php
->
render
(line 51)
yield from $this->template->yieldBlock($name, $context);
}
public function render(array $context = []): string
{
return $this->template->render($context);
}
/**
* @return void
*/
in
vendor/twig/twig/src/Environment.php
->
render
(line 333)
* @throws SyntaxError When an error occurred during compilation
* @throws RuntimeError When an error occurred during rendering
*/
public function render($name, array $context = []): string
{
return $this->load($name)->render($context);
}
/**
* Displays a template.
*
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
render
(line 448)
if (null !== $block) {
return $this->container->get('twig')->load($view)->renderBlock($block, $parameters);
}
return $this->container->get('twig')->render($view, $parameters);
}
private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
{
$content = $this->doRenderView($view, $block, $parameters, $method);
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
doRenderView
(line 453)
return $this->container->get('twig')->render($view, $parameters);
}
private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
{
$content = $this->doRenderView($view, $block, $parameters, $method);
$response ??= new Response();
if (200 === $response->getStatusCode()) {
foreach ($parameters as $v) {
if ($v instanceof FormInterface && $v->isSubmitted() && !$v->isValid()) {
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
doRender
(line 253)
* If an invalid form is found in the list of parameters, a 422 status code is returned.
* Forms found in parameters are auto-cast to form views.
*/
protected function render(string $view, array $parameters = [], ?Response $response = null): Response
{
return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
}
/**
* Renders a block in a view.
*
in
vendor/rawafed/content-management-bundle/src/Controller/EntryController.php
->
render
(line 491)
if ($request->isXmlHttpRequest() && $request->query->get('json')) {
return $this->getJsonResponse($mergedList);
}
return $this->render('@ContentManagement/Entry/author.html.twig', [
'title' => $pageTitle,
'author' => $author,
'content_type' => $contentType,
'list' => $mergedList,
'isLastPage' => $this->isLastPage($mergedList, $count),
in
vendor/symfony/http-kernel/HttpKernel.php
->
authorAction
(line 181)
$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);
$controller = $event->getController();
$arguments = $event->getArguments();
// call controller
$response = $controller(...$arguments);
// view
if (!$response instanceof Response) {
$event = new ViewEvent($this, $request, $type, $response, $event);
$this->dispatcher->dispatch($event, KernelEvents::VIEW);
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 76)
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
$this->requestStack->push($request);
$response = null;
try {
return $response = $this->handleRaw($request, $type);
} catch (\Throwable $e) {
if ($e instanceof \Error && !$this->handleAllThrowables) {
throw $e;
}
in
vendor/symfony/http-kernel/Kernel.php
->
handle
(line 197)
$this->boot();
++$this->requestStackSize;
$this->resetServices = true;
try {
return $this->getHttpKernel()->handle($request, $type, $catch);
} finally {
--$this->requestStackSize;
}
}
in
vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php
->
handle
(line 35)
) {
}
public function run(): int
{
$response = $this->kernel->handle($this->request);
if (Kernel::VERSION_ID >= 60400) {
$response->send(false);
if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in
vendor/autoload_runtime.php
->
run
(line 29)
$app = $app(...$args);
exit(
$runtime
->getRunner($app)
->run()
);
<?php
use App\Kernel;
require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
return function (array $context) {
return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
};
Logs
Level | Channel | Message |
---|---|---|
INFO 13:46:01 | deprecation |
User Deprecated: The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:65 called by App_KernelDevDebugContainer.php:2544, https://github.com/doctrine/orm/issues/10098, package doctrine/orm) { "exception": {} } |
INFO 13:46:01 | deprecation |
User Deprecated: Short namespace aliases such as "RawafedSecurityBundle:Role" are deprecated and will be removed in Doctrine ORM 3.0. (Lexer.php:341 called by AbstractLexer.php:259, https://github.com/doctrine/orm/issues/8818, package doctrine/orm) { "exception": {} } |
INFO 13:46:02 | deprecation |
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\CleanListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute. { "exception": {} } |
INFO 13:46:02 | deprecation |
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\CleanListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute. { "exception": {} } |
INFO 13:46:02 | deprecation |
User Deprecated: Annotations support is deprecated, migrate your application to use attributes and pass an instance of Gedmo\Mapping\Driver\AttributeReader to the Gedmo\Mapping\MappedEventSubscriber::setAnnotationReader() method instead. (MappedEventSubscriber.php:196 called by getGedmo_Listener_SoftdeleteableService.php:27, https://github.com/doctrine-extensions/DoctrineExtensions/pull/2772, package gedmo/doctrine-extensions) { "exception": {} } |
INFO 13:46:02 | deprecation |
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Gedmo\SoftDeleteable\SoftDeleteableListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute. { "exception": {} } |
INFO 13:46:02 | deprecation |
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\InjectListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute. { "exception": {} } |
INFO 13:46:02 | deprecation |
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\RemoveListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute. { "exception": {} } |
INFO 13:46:02 | deprecation |
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\UploadListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute. { "exception": {} } |
INFO 13:46:02 | deprecation |
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\InjectListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute. { "exception": {} } |
INFO 13:46:02 | deprecation |
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\RemoveListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute. { "exception": {} } |
INFO 13:46:02 | deprecation |
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\UploadListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute. { "exception": {} } |
INFO 13:46:02 | doctrine |
Connecting with parameters {params} { "params": { "use_savepoints": true, "driver": "pdo_mysql", "idle_connection_ttl": 600, "host": "mysql", "port": 3306, "user": "tafsir", "password": "<redacted>", "driverOptions": [], "defaultTableOptions": [], "dbname": "tafsir", "serverVersion": "8.4.5", "charset": "utf8mb4" } } |
DEBUG 13:46:02 | doctrine |
Executing query: SELECT c0_.id AS id_0, c0_.lvl AS lvl_1, c0_.lft AS lft_2, c0_.rgt AS rgt_3, c0_.root AS root_4, c0_.name AS name_5, c0_.role AS role_6, c0_.parent_id AS parent_id_7 FROM cms_roles c0_ WHERE c0_.lvl IN (0, 1) AND c0_.role NOT LIKE 'ROLE_ADMIN_%' ORDER BY c0_.root ASC, c0_.lft ASC { "sql": "SELECT c0_.id AS id_0, c0_.lvl AS lvl_1, c0_.lft AS lft_2, c0_.rgt AS rgt_3, c0_.root AS root_4, c0_.name AS name_5, c0_.role AS role_6, c0_.parent_id AS parent_id_7 FROM cms_roles c0_ WHERE c0_.lvl IN (0, 1) AND c0_.role NOT LIKE 'ROLE_ADMIN_%' ORDER BY c0_.root ASC, c0_.lft ASC" } |
DEBUG 13:46:02 | doctrine |
Executing query: SELECT t0.id AS id_1, t0.package AS package_2, t0.name AS name_3, t0.description AS description_4, t0.display_name AS display_name_5, t0.list_name AS list_name_6, t0.is_internal AS is_internal_7, t0.is_categorizable AS is_categorizable_8, t0.is_fileable AS is_fileable_9, t0.is_printable AS is_printable_10, t0.is_embeddable AS is_embeddable_11, t0.is_searchable AS is_searchable_12, t0.is_queryable AS is_queryable_13, t0.accepts_comments AS accepts_comments_14, t0.has_authors AS has_authors_15, t0.has_attachments AS has_attachments_16, t0.has_source AS has_source_17, t0.has_tags AS has_tags_18, t0.has_summary AS has_summary_19, t0.has_aggregates AS has_aggregates_20 FROM content_type t0 { "sql": "SELECT t0.id AS id_1, t0.package AS package_2, t0.name AS name_3, t0.description AS description_4, t0.display_name AS display_name_5, t0.list_name AS list_name_6, t0.is_internal AS is_internal_7, t0.is_categorizable AS is_categorizable_8, t0.is_fileable AS is_fileable_9, t0.is_printable AS is_printable_10, t0.is_embeddable AS is_embeddable_11, t0.is_searchable AS is_searchable_12, t0.is_queryable AS is_queryable_13, t0.accepts_comments AS accepts_comments_14, t0.has_authors AS has_authors_15, t0.has_attachments AS has_attachments_16, t0.has_source AS has_source_17, t0.has_tags AS has_tags_18, t0.has_summary AS has_summary_19, t0.has_aggregates AS has_aggregates_20 FROM content_type t0" } |
DEBUG 13:46:02 | doctrine |
Executing query: SELECT r0_.name AS name_0, r0_.value AS value_1 FROM runtime_parameter r0_ { "sql": "SELECT r0_.name AS name_0, r0_.value AS value_1 FROM runtime_parameter r0_" } |
INFO 13:46:03 | request |
Matched route "_profiler". { "route": "_profiler", "route_parameters": { "_route": "_profiler", "_controller": "web_profiler.controller.profiler::panelAction", "token": "latest" }, "request_uri": "http://dev.admin.rawafedtech.info/_profiler/latest?ip=172.70.211.183&type=request", "method": "GET" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "ContainerMJBgDen\PosterGeneratorGhost70823e1::onKernelRequest". { "event": "kernel.request", "listener": "ContainerMJBgDen\\PosterGeneratorGhost70823e1::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Rawafed\CommonsBundle\Service\ContentApiAccessRestriction::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\CommonsBundle\\Service\\ContentApiAccessRestriction::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". { "event": "kernel.request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "App\Service\CustomSlugifier::onKernelRequest". { "event": "kernel.request", "listener": "App\\Service\\CustomSlugifier::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "App\Service\PreviewListener::onKernelRequest". { "event": "kernel.request", "listener": "App\\Service\\PreviewListener::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Rawafed\CommonsBundle\Service\LocaleListener::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\CommonsBundle\\Service\\LocaleListener::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest". { "event": "kernel.request", "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Rawafed\ContentManagementBundle\EventListener\PublishingListener::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\ContentManagementBundle\\EventListener\\PublishingListener::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Rawafed\SeoBundle\Service\Slugifier::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\SeoBundle\\Service\\Slugifier::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController" } |
DEBUG 13:46:03 | event |
Notified event "kernel.controller" to listener "Rawafed\CommonsBundle\Service\ViewsCountListener::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\CommonsBundle\\Service\\ViewsCountListener::onKernelController" } |
DEBUG 13:46:03 | event |
Notified event "kernel.controller" to listener "Rawafed\AdminBundle\EventListener\ExceptionHandler::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\AdminBundle\\EventListener\\ExceptionHandler::onKernelController" } |
DEBUG 13:46:03 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController" } |
DEBUG 13:46:03 | event |
Notified event "kernel.controller" to listener "Rawafed\SeoBundle\Service\SlugifierListener::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\SeoBundle\\Service\\SlugifierListener::onKernelController" } |
DEBUG 13:46:03 | event |
Notified event "kernel.controller" to listener "Rawafed\AdvancedSeoBundle\EventListener\StructuredDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\AdvancedSeoBundle\\EventListener\\StructuredDataCollector::onKernelController" } |
INFO 13:46:03 | deprecation |
User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode also with the AnnotationDriver today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AnnotationDriver.php:75 called by App_KernelDevDebugContainer.php:2641, https://github.com/doctrine/orm/pull/10455, package doctrine/orm) { "exception": {} } |
INFO 13:46:03 | deprecation |
User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without setting second argument $numberAware=true is deprecated and will be removed in Doctrine ORM 3.0. (UnderscoreNamingStrategy.php:47 called by App_KernelDevDebugContainer.php:2667, https://github.com/doctrine/orm/pull/7908, package doctrine/orm) { "exception": {} } |
DEBUG 13:46:03 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments" } |
DEBUG 13:46:03 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments" } |
DEBUG 13:46:03 | event |
Notified event "kernel.controller_arguments" to listener "ContainerMJBgDen\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "ContainerMJBgDen\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments" } |
DEBUG 13:46:03 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments". { "event": "kernel.controller_arguments", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments" } |
DEBUG 13:46:03 | doctrine |
Executing query: SELECT r0_.name AS name_0, r0_.value AS value_1 FROM runtime_parameter r0_ { "sql": "SELECT r0_.name AS name_0, r0_.value AS value_1 FROM runtime_parameter r0_" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "ContainerMJBgDen\PosterGeneratorGhost70823e1::onKernelRequest". { "event": "kernel.request", "listener": "ContainerMJBgDen\\PosterGeneratorGhost70823e1::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Rawafed\CommonsBundle\Service\ContentApiAccessRestriction::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\CommonsBundle\\Service\\ContentApiAccessRestriction::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". { "event": "kernel.request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "App\Service\CustomSlugifier::onKernelRequest". { "event": "kernel.request", "listener": "App\\Service\\CustomSlugifier::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "App\Service\PreviewListener::onKernelRequest". { "event": "kernel.request", "listener": "App\\Service\\PreviewListener::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Rawafed\CommonsBundle\Service\LocaleListener::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\CommonsBundle\\Service\\LocaleListener::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest". { "event": "kernel.request", "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Rawafed\ContentManagementBundle\EventListener\PublishingListener::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\ContentManagementBundle\\EventListener\\PublishingListener::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Rawafed\SeoBundle\Service\Slugifier::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\SeoBundle\\Service\\Slugifier::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController" } |
DEBUG 13:46:03 | event |
Notified event "kernel.controller" to listener "Rawafed\CommonsBundle\Service\ViewsCountListener::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\CommonsBundle\\Service\\ViewsCountListener::onKernelController" } |
DEBUG 13:46:03 | event |
Notified event "kernel.controller" to listener "Rawafed\AdminBundle\EventListener\ExceptionHandler::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\AdminBundle\\EventListener\\ExceptionHandler::onKernelController" } |
DEBUG 13:46:03 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController" } |
DEBUG 13:46:03 | event |
Notified event "kernel.controller" to listener "Rawafed\SeoBundle\Service\SlugifierListener::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\SeoBundle\\Service\\SlugifierListener::onKernelController" } |
DEBUG 13:46:03 | event |
Notified event "kernel.controller" to listener "Rawafed\AdvancedSeoBundle\EventListener\StructuredDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\AdvancedSeoBundle\\EventListener\\StructuredDataCollector::onKernelController" } |
DEBUG 13:46:03 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments" } |
DEBUG 13:46:03 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments" } |
DEBUG 13:46:03 | event |
Notified event "kernel.controller_arguments" to listener "ContainerMJBgDen\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "ContainerMJBgDen\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments" } |
DEBUG 13:46:03 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments". { "event": "kernel.controller_arguments", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments" } |
DEBUG 13:46:03 | event |
Notified event "kernel.response" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelResponse" } |
DEBUG 13:46:03 | event |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse" } |
DEBUG 13:46:03 | event |
Notified event "kernel.response" to listener "Rawafed\CommonsBundle\Service\LocationManager::onKernelResponse". { "event": "kernel.response", "listener": "Rawafed\\CommonsBundle\\Service\\LocationManager::onKernelResponse" } |
DEBUG 13:46:03 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse" } |
DEBUG 13:46:03 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse" } |
DEBUG 13:46:03 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse" } |
DEBUG 13:46:03 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse" } |
DEBUG 13:46:03 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader" } |
DEBUG 13:46:03 | event |
Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse" } |
DEBUG 13:46:03 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse" } |
DEBUG 13:46:03 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse" } |
DEBUG 13:46:03 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest". { "event": "kernel.finish_request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest". { "event": "kernel.finish_request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest". { "event": "kernel.finish_request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest". { "event": "kernel.finish_request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "ContainerMJBgDen\PosterGeneratorGhost70823e1::onKernelRequest". { "event": "kernel.request", "listener": "ContainerMJBgDen\\PosterGeneratorGhost70823e1::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Rawafed\CommonsBundle\Service\ContentApiAccessRestriction::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\CommonsBundle\\Service\\ContentApiAccessRestriction::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". { "event": "kernel.request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "App\Service\CustomSlugifier::onKernelRequest". { "event": "kernel.request", "listener": "App\\Service\\CustomSlugifier::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "App\Service\PreviewListener::onKernelRequest". { "event": "kernel.request", "listener": "App\\Service\\PreviewListener::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Rawafed\CommonsBundle\Service\LocaleListener::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\CommonsBundle\\Service\\LocaleListener::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest". { "event": "kernel.request", "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Rawafed\ContentManagementBundle\EventListener\PublishingListener::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\ContentManagementBundle\\EventListener\\PublishingListener::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Rawafed\SeoBundle\Service\Slugifier::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\SeoBundle\\Service\\Slugifier::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController" } |
DEBUG 13:46:03 | event |
Notified event "kernel.controller" to listener "Rawafed\CommonsBundle\Service\ViewsCountListener::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\CommonsBundle\\Service\\ViewsCountListener::onKernelController" } |
DEBUG 13:46:03 | event |
Notified event "kernel.controller" to listener "Rawafed\AdminBundle\EventListener\ExceptionHandler::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\AdminBundle\\EventListener\\ExceptionHandler::onKernelController" } |
DEBUG 13:46:03 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController" } |
DEBUG 13:46:03 | event |
Notified event "kernel.controller" to listener "Rawafed\SeoBundle\Service\SlugifierListener::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\SeoBundle\\Service\\SlugifierListener::onKernelController" } |
DEBUG 13:46:03 | event |
Notified event "kernel.controller" to listener "Rawafed\AdvancedSeoBundle\EventListener\StructuredDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\AdvancedSeoBundle\\EventListener\\StructuredDataCollector::onKernelController" } |
DEBUG 13:46:03 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments" } |
DEBUG 13:46:03 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments" } |
DEBUG 13:46:03 | event |
Notified event "kernel.controller_arguments" to listener "ContainerMJBgDen\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "ContainerMJBgDen\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments" } |
DEBUG 13:46:03 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments". { "event": "kernel.controller_arguments", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments" } |
DEBUG 13:46:03 | event |
Notified event "kernel.response" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelResponse" } |
DEBUG 13:46:03 | event |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse" } |
DEBUG 13:46:03 | event |
Notified event "kernel.response" to listener "Rawafed\CommonsBundle\Service\LocationManager::onKernelResponse". { "event": "kernel.response", "listener": "Rawafed\\CommonsBundle\\Service\\LocationManager::onKernelResponse" } |
DEBUG 13:46:03 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse" } |
DEBUG 13:46:03 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse" } |
DEBUG 13:46:03 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse" } |
DEBUG 13:46:03 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse" } |
DEBUG 13:46:03 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader" } |
DEBUG 13:46:03 | event |
Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse" } |
DEBUG 13:46:03 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse" } |
DEBUG 13:46:03 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse" } |
DEBUG 13:46:03 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest". { "event": "kernel.finish_request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest". { "event": "kernel.finish_request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest". { "event": "kernel.finish_request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest". { "event": "kernel.finish_request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "ContainerMJBgDen\PosterGeneratorGhost70823e1::onKernelRequest". { "event": "kernel.request", "listener": "ContainerMJBgDen\\PosterGeneratorGhost70823e1::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Rawafed\CommonsBundle\Service\ContentApiAccessRestriction::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\CommonsBundle\\Service\\ContentApiAccessRestriction::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". { "event": "kernel.request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "App\Service\CustomSlugifier::onKernelRequest". { "event": "kernel.request", "listener": "App\\Service\\CustomSlugifier::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "App\Service\PreviewListener::onKernelRequest". { "event": "kernel.request", "listener": "App\\Service\\PreviewListener::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Rawafed\CommonsBundle\Service\LocaleListener::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\CommonsBundle\\Service\\LocaleListener::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest". { "event": "kernel.request", "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Rawafed\ContentManagementBundle\EventListener\PublishingListener::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\ContentManagementBundle\\EventListener\\PublishingListener::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.request" to listener "Rawafed\SeoBundle\Service\Slugifier::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\SeoBundle\\Service\\Slugifier::onKernelRequest" } |
DEBUG 13:46:03 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController" } |
DEBUG 13:46:03 | event |
Notified event "kernel.controller" to listener "Rawafed\CommonsBundle\Service\ViewsCountListener::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\CommonsBundle\\Service\\ViewsCountListener::onKernelController" } |
DEBUG 13:46:03 | event |
Notified event "kernel.controller" to listener "Rawafed\AdminBundle\EventListener\ExceptionHandler::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\AdminBundle\\EventListener\\ExceptionHandler::onKernelController" } |
DEBUG 13:46:03 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController" } |
DEBUG 13:46:03 | event |
Notified event "kernel.controller" to listener "Rawafed\SeoBundle\Service\SlugifierListener::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\SeoBundle\\Service\\SlugifierListener::onKernelController" } |
DEBUG 13:46:03 | event |
Notified event "kernel.controller" to listener "Rawafed\AdvancedSeoBundle\EventListener\StructuredDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\AdvancedSeoBundle\\EventListener\\StructuredDataCollector::onKernelController" } |
DEBUG 13:46:03 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments" } |
DEBUG 13:46:03 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments" } |
DEBUG 13:46:03 | event |
Notified event "kernel.controller_arguments" to listener "ContainerMJBgDen\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "ContainerMJBgDen\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments" } |
DEBUG 13:46:03 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments". { "event": "kernel.controller_arguments", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments" } |
Stack Trace
RuntimeError
|
---|
Twig\Error\RuntimeError: Key "object" for sequence/mapping with keys "_type, _id, entriesCount, activeEntryId, view_order, publishDate, rank" does not exist in "@ContentManagement/item.html.twig" at line 2. at templates/bundles/ContentManagementBundle/item.html.twig:2 at Twig\Extension\CoreExtension::getAttribute(object(Environment), object(Source), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00'), 'object', array(), 'any', false, false, false, 2) (var/cache/dev/twig/89/89ad380ed80c89e9e5419fad06ea6f16.php:51) at __TwigTemplate_c7359efb53b3d32cb3dd674442d66b58->doDisplay(array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'page' => 1, 'route_params' => array('slug' => '-أحمد-إبراهيم-هاني', 'id' => '2403'), 'route' => 'author', 'routePath' => '/author/2403/-%D8%A3%D8%AD%D9%85%D8%AF-%D8%A5%D8%A8%D8%B1%D8%A7%D9%87%D9%8A%D9%85-%D9%87%D8%A7%D9%86%D9%8A', 'show_author' => true, '_parent' => array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'page' => 1, 'route_params' => array('slug' => '-أحمد-إبراهيم-هاني', 'id' => '2403'), 'route' => 'author', 'routePath' => '/author/2403/-%D8%A3%D8%AD%D9%85%D8%AF-%D8%A5%D8%A8%D8%B1%D8%A7%D9%87%D9%8A%D9%85-%D9%87%D8%A7%D9%86%D9%8A', 'show_author' => true), '_seq' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'loop' => array('parent' => array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'page' => 1, 'route_params' => array('slug' => '-أحمد-إبراهيم-هاني', 'id' => '2403'), 'route' => 'author', 'routePath' => '/author/2403/-%D8%A3%D8%AD%D9%85%D8%AF-%D8%A5%D8%A8%D8%B1%D8%A7%D9%87%D9%8A%D9%85-%D9%87%D8%A7%D9%86%D9%8A', 'show_author' => true), 'index0' => 9, 'index' => 10, 'first' => false, 'revindex0' => 0, 'revindex' => 1, 'length' => 10, 'last' => true), 'item' => array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00'), '_key' => 9), array()) (vendor/twig/twig/src/Template.php:402) at Twig\Template->yield(array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'page' => 1, 'route_params' => array('slug' => '-أحمد-إبراهيم-هاني', 'id' => '2403'), 'route' => 'author', 'routePath' => '/author/2403/-%D8%A3%D8%AD%D9%85%D8%AF-%D8%A5%D8%A8%D8%B1%D8%A7%D9%87%D9%8A%D9%85-%D9%87%D8%A7%D9%86%D9%8A', 'show_author' => true, '_parent' => array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'page' => 1, 'route_params' => array('slug' => '-أحمد-إبراهيم-هاني', 'id' => '2403'), 'route' => 'author', 'routePath' => '/author/2403/-%D8%A3%D8%AD%D9%85%D8%AF-%D8%A5%D8%A8%D8%B1%D8%A7%D9%87%D9%8A%D9%85-%D9%87%D8%A7%D9%86%D9%8A', 'show_author' => true), '_seq' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'loop' => array('parent' => array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'page' => 1, 'route_params' => array('slug' => '-أحمد-إبراهيم-هاني', 'id' => '2403'), 'route' => 'author', 'routePath' => '/author/2403/-%D8%A3%D8%AD%D9%85%D8%AF-%D8%A5%D8%A8%D8%B1%D8%A7%D9%87%D9%8A%D9%85-%D9%87%D8%A7%D9%86%D9%8A', 'show_author' => true), 'index0' => 9, 'index' => 10, 'first' => false, 'revindex0' => 0, 'revindex' => 1, 'length' => 10, 'last' => true), 'item' => array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00'), '_key' => 9), array()) (vendor/twig/twig/src/Template.php:358) at Twig\Template->display(array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'page' => 1, 'route_params' => array('slug' => '-أحمد-إبراهيم-هاني', 'id' => '2403'), 'route' => 'author', 'routePath' => '/author/2403/-%D8%A3%D8%AD%D9%85%D8%AF-%D8%A5%D8%A8%D8%B1%D8%A7%D9%87%D9%8A%D9%85-%D9%87%D8%A7%D9%86%D9%8A', 'show_author' => true, '_parent' => array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'page' => 1, 'route_params' => array('slug' => '-أحمد-إبراهيم-هاني', 'id' => '2403'), 'route' => 'author', 'routePath' => '/author/2403/-%D8%A3%D8%AD%D9%85%D8%AF-%D8%A5%D8%A8%D8%B1%D8%A7%D9%87%D9%8A%D9%85-%D9%87%D8%A7%D9%86%D9%8A', 'show_author' => true), '_seq' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'loop' => array('parent' => array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'page' => 1, 'route_params' => array('slug' => '-أحمد-إبراهيم-هاني', 'id' => '2403'), 'route' => 'author', 'routePath' => '/author/2403/-%D8%A3%D8%AD%D9%85%D8%AF-%D8%A5%D8%A8%D8%B1%D8%A7%D9%87%D9%8A%D9%85-%D9%87%D8%A7%D9%86%D9%8A', 'show_author' => true), 'index0' => 9, 'index' => 10, 'first' => false, 'revindex0' => 0, 'revindex' => 1, 'length' => 10, 'last' => true), 'item' => array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00'), '_key' => 9)) (vendor/twig/twig/src/Template.php:373) at Twig\Template->render(array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'page' => 1, 'route_params' => array('slug' => '-أحمد-إبراهيم-هاني', 'id' => '2403'), 'route' => 'author', 'routePath' => '/author/2403/-%D8%A3%D8%AD%D9%85%D8%AF-%D8%A5%D8%A8%D8%B1%D8%A7%D9%87%D9%8A%D9%85-%D9%87%D8%A7%D9%86%D9%8A', 'show_author' => true, '_parent' => array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'page' => 1, 'route_params' => array('slug' => '-أحمد-إبراهيم-هاني', 'id' => '2403'), 'route' => 'author', 'routePath' => '/author/2403/-%D8%A3%D8%AD%D9%85%D8%AF-%D8%A5%D8%A8%D8%B1%D8%A7%D9%87%D9%8A%D9%85-%D9%87%D8%A7%D9%86%D9%8A', 'show_author' => true), '_seq' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'loop' => array('parent' => array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'page' => 1, 'route_params' => array('slug' => '-أحمد-إبراهيم-هاني', 'id' => '2403'), 'route' => 'author', 'routePath' => '/author/2403/-%D8%A3%D8%AD%D9%85%D8%AF-%D8%A5%D8%A8%D8%B1%D8%A7%D9%87%D9%8A%D9%85-%D9%87%D8%A7%D9%86%D9%8A', 'show_author' => true), 'index0' => 9, 'index' => 10, 'first' => false, 'revindex0' => 0, 'revindex' => 1, 'length' => 10, 'last' => true), 'item' => array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00'), '_key' => 9)) (vendor/twig/twig/src/TemplateWrapper.php:51) at Twig\TemplateWrapper->render(array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'page' => 1, 'route_params' => array('slug' => '-أحمد-إبراهيم-هاني', 'id' => '2403'), 'route' => 'author', 'routePath' => '/author/2403/-%D8%A3%D8%AD%D9%85%D8%AF-%D8%A5%D8%A8%D8%B1%D8%A7%D9%87%D9%8A%D9%85-%D9%87%D8%A7%D9%86%D9%8A', 'show_author' => true, '_parent' => array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'page' => 1, 'route_params' => array('slug' => '-أحمد-إبراهيم-هاني', 'id' => '2403'), 'route' => 'author', 'routePath' => '/author/2403/-%D8%A3%D8%AD%D9%85%D8%AF-%D8%A5%D8%A8%D8%B1%D8%A7%D9%87%D9%8A%D9%85-%D9%87%D8%A7%D9%86%D9%8A', 'show_author' => true), '_seq' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'loop' => array('parent' => array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'page' => 1, 'route_params' => array('slug' => '-أحمد-إبراهيم-هاني', 'id' => '2403'), 'route' => 'author', 'routePath' => '/author/2403/-%D8%A3%D8%AD%D9%85%D8%AF-%D8%A5%D8%A8%D8%B1%D8%A7%D9%87%D9%8A%D9%85-%D9%87%D8%A7%D9%86%D9%8A', 'show_author' => true), 'index0' => 9, 'index' => 10, 'first' => false, 'revindex0' => 0, 'revindex' => 1, 'length' => 10, 'last' => true), 'item' => array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00'), '_key' => 9)) (vendor/twig/twig/src/Extension/CoreExtension.php:1520) at Twig\Extension\CoreExtension::include(object(Environment), array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'page' => 1, 'route_params' => array('slug' => '-أحمد-إبراهيم-هاني', 'id' => '2403'), 'route' => 'author', 'routePath' => '/author/2403/-%D8%A3%D8%AD%D9%85%D8%AF-%D8%A5%D8%A8%D8%B1%D8%A7%D9%87%D9%8A%D9%85-%D9%87%D8%A7%D9%86%D9%8A', 'show_author' => true, '_parent' => array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'page' => 1, 'route_params' => array('slug' => '-أحمد-إبراهيم-هاني', 'id' => '2403'), 'route' => 'author', 'routePath' => '/author/2403/-%D8%A3%D8%AD%D9%85%D8%AF-%D8%A5%D8%A8%D8%B1%D8%A7%D9%87%D9%8A%D9%85-%D9%87%D8%A7%D9%86%D9%8A', 'show_author' => true), '_seq' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'loop' => array('parent' => array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'page' => 1, 'route_params' => array('slug' => '-أحمد-إبراهيم-هاني', 'id' => '2403'), 'route' => 'author', 'routePath' => '/author/2403/-%D8%A3%D8%AD%D9%85%D8%AF-%D8%A5%D8%A8%D8%B1%D8%A7%D9%87%D9%8A%D9%85-%D9%87%D8%A7%D9%86%D9%8A', 'show_author' => true), 'index0' => 9, 'index' => 10, 'first' => false, 'revindex0' => 0, 'revindex' => 1, 'length' => 10, 'last' => true), 'item' => array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00'), '_key' => 9), '@ContentManagement/item.html.twig', array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'page' => 1, 'route_params' => array('slug' => '-أحمد-إبراهيم-هاني', 'id' => '2403'), 'route' => 'author', 'routePath' => '/author/2403/-%D8%A3%D8%AD%D9%85%D8%AF-%D8%A5%D8%A8%D8%B1%D8%A7%D9%87%D9%8A%D9%85-%D9%87%D8%A7%D9%86%D9%8A', 'show_author' => true, '_parent' => array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'page' => 1, 'route_params' => array('slug' => '-أحمد-إبراهيم-هاني', 'id' => '2403'), 'route' => 'author', 'routePath' => '/author/2403/-%D8%A3%D8%AD%D9%85%D8%AF-%D8%A5%D8%A8%D8%B1%D8%A7%D9%87%D9%8A%D9%85-%D9%87%D8%A7%D9%86%D9%8A', 'show_author' => true), '_seq' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'loop' => array('parent' => array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'page' => 1, 'route_params' => array('slug' => '-أحمد-إبراهيم-هاني', 'id' => '2403'), 'route' => 'author', 'routePath' => '/author/2403/-%D8%A3%D8%AD%D9%85%D8%AF-%D8%A5%D8%A8%D8%B1%D8%A7%D9%87%D9%8A%D9%85-%D9%87%D8%A7%D9%86%D9%8A', 'show_author' => true), 'index0' => 9, 'index' => 10, 'first' => false, 'revindex0' => 0, 'revindex' => 1, 'length' => 10, 'last' => true), 'item' => array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00'), '_key' => 9)) (var/cache/dev/twig/1d/1d2476895ed7cfa3023d8aea11ce4a86.php:121) at __TwigTemplate_55dedf24b90149666227a25ec87911d8->block_list_page(array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'page' => 1, 'route_params' => array('slug' => '-أحمد-إبراهيم-هاني', 'id' => '2403'), 'route' => 'author', 'routePath' => '/author/2403/-%D8%A3%D8%AD%D9%85%D8%AF-%D8%A5%D8%A8%D8%B1%D8%A7%D9%87%D9%8A%D9%85-%D9%87%D8%A7%D9%86%D9%8A', 'show_author' => true, '_parent' => array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'page' => 1, 'route_params' => array('slug' => '-أحمد-إبراهيم-هاني', 'id' => '2403'), 'route' => 'author', 'routePath' => '/author/2403/-%D8%A3%D8%AD%D9%85%D8%AF-%D8%A5%D8%A8%D8%B1%D8%A7%D9%87%D9%8A%D9%85-%D9%87%D8%A7%D9%86%D9%8A', 'show_author' => true), '_seq' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'loop' => array('parent' => array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'page' => 1, 'route_params' => array('slug' => '-أحمد-إبراهيم-هاني', 'id' => '2403'), 'route' => 'author', 'routePath' => '/author/2403/-%D8%A3%D8%AD%D9%85%D8%AF-%D8%A5%D8%A8%D8%B1%D8%A7%D9%87%D9%8A%D9%85-%D9%87%D8%A7%D9%86%D9%8A', 'show_author' => true), 'index0' => 9, 'index' => 10, 'first' => false, 'revindex0' => 0, 'revindex' => 1, 'length' => 10, 'last' => true), 'item' => array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00'), '_key' => 9), array('page_title' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_page_title'), 'head' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_head'), 'page_content' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content'), 'page_content_header' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content_header'), 'contextual' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_contextual'), 'title_container' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_title_container'), 'content_title' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_aside'), 'modals' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_modals'), 'js_files' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_cms_content'), 'list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader'))) (vendor/twig/twig/src/Template.php:446) at Twig\Template->yieldBlock('list_page', array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_author_aside' => object(Zone))), 'css_content' => array(' <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet"> <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array(' alert(1);'))), 'route_params' => array('slug' => '-أحمد-إبراهيم-هاني', 'id' => '2403'), 'route' => 'author', 'routePath' => '/author/2403/-%D8%A3%D8%AD%D9%85%D8%AF-%D8%A5%D8%A8%D8%B1%D8%A7%D9%87%D9%8A%D9%85-%D9%87%D8%A7%D9%86%D9%8A'), array('page_title' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_page_title'), 'head' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_head'), 'page_content' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content'), 'page_content_header' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content_header'), 'contextual' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_contextual'), 'title_container' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_title_container'), 'content_title' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_aside'), 'modals' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_modals'), 'js_files' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_cms_content'), 'list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader'))) (var/cache/dev/twig/50/503691fad1f9e9368e188098286fc9b9.php:273) at __TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb->block_cms_content(array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_author_aside' => object(Zone))), 'css_content' => array(' <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet"> <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array(' alert(1);'))), 'route_params' => array('slug' => '-أحمد-إبراهيم-هاني', 'id' => '2403'), 'route' => 'author', 'routePath' => '/author/2403/-%D8%A3%D8%AD%D9%85%D8%AF-%D8%A5%D8%A8%D8%B1%D8%A7%D9%87%D9%8A%D9%85-%D9%87%D8%A7%D9%86%D9%8A'), array('page_title' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_page_title'), 'head' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_head'), 'page_content' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content'), 'page_content_header' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content_header'), 'contextual' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_contextual'), 'title_container' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_title_container'), 'content_title' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_aside'), 'modals' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_modals'), 'js_files' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_cms_content'), 'list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader'))) (vendor/twig/twig/src/Template.php:446) at Twig\Template->yieldBlock('cms_content', array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_author_aside' => object(Zone))), 'css_content' => array(' <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet"> <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array(' alert(1);'))), 'route_params' => array('slug' => '-أحمد-إبراهيم-هاني', 'id' => '2403'), 'route' => 'author', 'routePath' => '/author/2403/-%D8%A3%D8%AD%D9%85%D8%AF-%D8%A5%D8%A8%D8%B1%D8%A7%D9%87%D9%8A%D9%85-%D9%87%D8%A7%D9%86%D9%8A'), array('page_title' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_page_title'), 'head' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_head'), 'page_content' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content'), 'page_content_header' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content_header'), 'contextual' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_contextual'), 'title_container' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_title_container'), 'content_title' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_aside'), 'modals' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_modals'), 'js_files' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_cms_content'), 'list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader'))) (var/cache/dev/twig/5f/5fde1ed46c8449a0ba0f2f61d3cd37f4.php:78) at __TwigTemplate_a6464b22a5c3082ce72451871b67a1c6->block_content(array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_author_aside' => object(Zone))), 'css_content' => array(' <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet"> <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array(' alert(1);'))), 'route_params' => array('slug' => '-أحمد-إبراهيم-هاني', 'id' => '2403'), 'route' => 'author', 'routePath' => '/author/2403/-%D8%A3%D8%AD%D9%85%D8%AF-%D8%A5%D8%A8%D8%B1%D8%A7%D9%87%D9%8A%D9%85-%D9%87%D8%A7%D9%86%D9%8A'), array('page_title' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_page_title'), 'head' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_head'), 'page_content' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content'), 'page_content_header' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content_header'), 'contextual' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_contextual'), 'title_container' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_title_container'), 'content_title' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_aside'), 'modals' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_modals'), 'js_files' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_cms_content'), 'list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader'))) (vendor/twig/twig/src/Template.php:446) at Twig\Template->yieldBlock('content', array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_author_aside' => object(Zone))), 'css_content' => array(' <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet"> <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array(' alert(1);'))), 'route_params' => array('slug' => '-أحمد-إبراهيم-هاني', 'id' => '2403'), 'route' => 'author', 'routePath' => '/author/2403/-%D8%A3%D8%AD%D9%85%D8%AF-%D8%A5%D8%A8%D8%B1%D8%A7%D9%87%D9%8A%D9%85-%D9%87%D8%A7%D9%86%D9%8A'), array('page_title' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_page_title'), 'head' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_head'), 'page_content' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content'), 'page_content_header' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content_header'), 'contextual' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_contextual'), 'title_container' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_title_container'), 'content_title' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_aside'), 'modals' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_modals'), 'js_files' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_cms_content'), 'list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader'))) (var/cache/dev/twig/79/793bbfbcdad397d8835ed3850acd3b1d.php:790) at __TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d->block_page_content(array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_author_aside' => object(Zone))), 'css_content' => array(' <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet"> <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array(' alert(1);'))), 'route_params' => array('slug' => '-أحمد-إبراهيم-هاني', 'id' => '2403'), 'route' => 'author', 'routePath' => '/author/2403/-%D8%A3%D8%AD%D9%85%D8%AF-%D8%A5%D8%A8%D8%B1%D8%A7%D9%87%D9%8A%D9%85-%D9%87%D8%A7%D9%86%D9%8A'), array('page_title' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_page_title'), 'head' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_head'), 'page_content' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content'), 'page_content_header' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content_header'), 'contextual' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_contextual'), 'title_container' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_title_container'), 'content_title' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_aside'), 'modals' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_modals'), 'js_files' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_cms_content'), 'list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader'))) (vendor/twig/twig/src/Template.php:446) at Twig\Template->yieldBlock('page_content', array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_author_aside' => object(Zone))), 'css_content' => array(' <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet"> <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array(' alert(1);'))), 'route_params' => array('slug' => '-أحمد-إبراهيم-هاني', 'id' => '2403'), 'route' => 'author', 'routePath' => '/author/2403/-%D8%A3%D8%AD%D9%85%D8%AF-%D8%A5%D8%A8%D8%B1%D8%A7%D9%87%D9%8A%D9%85-%D9%87%D8%A7%D9%86%D9%8A'), array('page_title' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_page_title'), 'head' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_head'), 'page_content' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content'), 'page_content_header' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content_header'), 'contextual' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_contextual'), 'title_container' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_title_container'), 'content_title' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_aside'), 'modals' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_modals'), 'js_files' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_cms_content'), 'list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader'))) (var/cache/dev/twig/79/793bbfbcdad397d8835ed3850acd3b1d.php:296) at __TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d->doDisplay(array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_author_aside' => object(Zone))), 'css_content' => array(' <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet"> <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array(' alert(1);'))), 'route_params' => array('slug' => '-أحمد-إبراهيم-هاني', 'id' => '2403'), 'route' => 'author', 'routePath' => '/author/2403/-%D8%A3%D8%AD%D9%85%D8%AF-%D8%A5%D8%A8%D8%B1%D8%A7%D9%87%D9%8A%D9%85-%D9%87%D8%A7%D9%86%D9%8A'), array('page_title' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_page_title'), 'head' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_head'), 'page_content' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content'), 'page_content_header' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content_header'), 'contextual' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_contextual'), 'title_container' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_title_container'), 'content_title' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_aside'), 'modals' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_modals'), 'js_files' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_cms_content'), 'list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader'))) (vendor/twig/twig/src/Template.php:402) at Twig\Template->yield(array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_author_aside' => object(Zone))), 'css_content' => array(' <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet"> <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array(' alert(1);')))), array('page_title' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_page_title'), 'head' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_head'), 'page_content' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content'), 'page_content_header' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_page_content_header'), 'contextual' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_contextual'), 'title_container' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_title_container'), 'content_title' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_content_title'), 'content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'aside' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_aside'), 'modals' => array(object(__TwigTemplate_a8a1d3ee9bb52566fc9df5952711ab8d), 'block_modals'), 'js_files' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_js_document_ready'), 'cms_content' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_cms_content'), 'list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader'))) (var/cache/dev/twig/1d/1de1db3a09b0aaa5efd891200ebc0a6a.php:53) at __TwigTemplate_0afc9a159d7b4675127ecbf02e35952b->doDisplay(array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_author_aside' => object(Zone))), 'css_content' => array(' <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet"> <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array(' alert(1);')))), array('content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'cms_content' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_cms_content'), 'list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader'), 'page_title' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_page_title'), 'title_container' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_title_container'), 'aside' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_aside'), 'js_files' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_js_document_ready'))) (vendor/twig/twig/src/Template.php:402) at Twig\Template->yield(array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_author_aside' => object(Zone))), 'css_content' => array(' <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet"> <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array(' alert(1);')))), array('content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'cms_content' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_cms_content'), 'list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader'), 'page_title' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_page_title'), 'title_container' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_title_container'), 'aside' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_aside'), 'js_files' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_js_document_ready'))) (var/cache/dev/twig/5f/5fde1ed46c8449a0ba0f2f61d3cd37f4.php:54) at __TwigTemplate_a6464b22a5c3082ce72451871b67a1c6->doDisplay(array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_author_aside' => object(Zone))), 'css_content' => array(' <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet"> <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array(' alert(1);')))), array('content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'cms_content' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_cms_content'), 'list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader'), 'page_title' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_page_title'), 'title_container' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_title_container'), 'aside' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_aside'), 'js_files' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_js_document_ready'))) (vendor/twig/twig/src/Template.php:402) at Twig\Template->yield(array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_author_aside' => object(Zone))), 'css_content' => array(' <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet"> <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array(' alert(1);')))), array('content' => array(object(__TwigTemplate_a6464b22a5c3082ce72451871b67a1c6), 'block_content'), 'cms_content' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_cms_content'), 'list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader'), 'page_title' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_page_title'), 'title_container' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_title_container'), 'aside' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_aside'), 'js_files' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_js_document_ready'))) (var/cache/dev/twig/50/503691fad1f9e9368e188098286fc9b9.php:73) at __TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb->doDisplay(array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository), 'page' => array('page' => object(Page), 'data' => array('zones' => array(array('entry_author_aside' => object(Zone))), 'css_content' => array(' <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min-e75f09b058dfc96b7d8fcafdf21ec723.css" rel="stylesheet"> <link href="/assets/lib/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min-becb0689b0a2530d9094bd9b350bdb30.css" rel="stylesheet">'), 'js_dom_ready' => array(' alert(1);')))), array('list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader'), 'page_title' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_page_title'), 'title_container' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_title_container'), 'cms_content' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_cms_content'), 'aside' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_aside'), 'js_files' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_js_document_ready'))) (vendor/twig/twig/src/Template.php:402) at Twig\Template->yield(array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true, 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository)), array('list_page' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_page'), 'list_loader' => array(object(__TwigTemplate_55dedf24b90149666227a25ec87911d8), 'block_list_loader'), 'page_title' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_page_title'), 'title_container' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_title_container'), 'cms_content' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_cms_content'), 'aside' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_aside'), 'js_files' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_js_files'), 'js_document_ready' => array(object(__TwigTemplate_646e2e99ee480ea410ccabfc14b0cdbb), 'block_js_document_ready'))) (vendor/twig/twig/src/Template.php:358) at Twig\Template->display(array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true)) (vendor/twig/twig/src/Template.php:373) at Twig\Template->render(array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true)) (vendor/twig/twig/src/TemplateWrapper.php:51) at Twig\TemplateWrapper->render(array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true)) (vendor/twig/twig/src/Environment.php:333) at Twig\Environment->render('@ContentManagement/Entry/author.html.twig', array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true)) (vendor/symfony/framework-bundle/Controller/AbstractController.php:448) at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView('@ContentManagement/Entry/author.html.twig', null, array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true), 'render') (vendor/symfony/framework-bundle/Controller/AbstractController.php:453) at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender('@ContentManagement/Entry/author.html.twig', null, array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true), null, 'render') (vendor/symfony/framework-bundle/Controller/AbstractController.php:253) at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('@ContentManagement/Entry/author.html.twig', array('title' => ' أحمد إبراهيم هاني ', 'author' => object(Author), 'content_type' => null, 'list' => array(array('_type' => 'collection', '_id' => 652, 'entriesCount' => 1, 'activeEntryId' => 36378, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 09:11:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-27 09:11:00', 'lastUpdate' => '2025-06-27 09:15:06', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36375, 'entriesCount' => 1, 'activeEntryId' => 36375, 'view_order' => 65535, 'publishDate' => '2025-06-27', 'rank' => '2025-06-27 08:11:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 388, 'entriesCount' => 1, 'activeEntryId' => 36372, 'view_order' => 65535, 'publishDate' => '2025-06-26', 'rank' => '2025-06-26 21:22:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 21:22:00', 'lastUpdate' => '2025-06-26 21:23:05', 'entriesCount' => 3, 'viewsCount' => '0', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry), object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36364, 'view_order' => 65535, 'publishDate' => '2025-06-18', 'rank' => '2025-06-18 18:19:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'collection', '_id' => 661, 'entriesCount' => 1, 'activeEntryId' => 36360, 'view_order' => 65535, 'publishDate' => '2025-06-17', 'rank' => '2025-06-17 16:47:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-26 18:27:00', 'lastUpdate' => '2025-06-26 18:28:39', 'entriesCount' => 5, 'viewsCount' => '2707', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36356, 'entriesCount' => 1, 'activeEntryId' => 36356, 'view_order' => 65535, 'publishDate' => '2025-06-15', 'rank' => '2025-06-15 10:16:00', 'object' => object(Entry)), array('_type' => 'collection', '_id' => 658, 'entriesCount' => 1, 'activeEntryId' => 36347, 'view_order' => 65535, 'publishDate' => '2025-06-11', 'rank' => '2025-06-11 08:09:00', 'object' => array(object(Collection), 'lastAddition' => '2025-06-11 08:09:00', 'lastUpdate' => '2025-06-11 08:12:16', 'entriesCount' => 2, 'viewsCount' => '16', 'averageRate' => '0.0000'), 'lastAdded' => array(object(Entry)), 'activeEntry' => object(Entry)), array('_type' => 'entry', '_id' => 36320, 'entriesCount' => 1, 'activeEntryId' => 36320, 'view_order' => 65535, 'publishDate' => '2020-06-25', 'rank' => '2020-06-25 14:23:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36314, 'entriesCount' => 1, 'activeEntryId' => 36314, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 16:33:00', 'object' => object(Entry)), array('_type' => 'entry', '_id' => 36318, 'entriesCount' => 1, 'activeEntryId' => 36318, 'view_order' => 65535, 'publishDate' => '2020-05-05', 'rank' => '2020-05-05 14:42:00')), 'isLastPage' => true)) (vendor/rawafed/content-management-bundle/src/Controller/EntryController.php:491) at Rawafed\ContentManagementBundle\Controller\EntryController->authorAction(object(Request), object(Author), null, null) (vendor/symfony/http-kernel/HttpKernel.php:181) at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1) (vendor/symfony/http-kernel/HttpKernel.php:76) at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true) (vendor/symfony/http-kernel/Kernel.php:197) at Symfony\Component\HttpKernel\Kernel->handle(object(Request)) (vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35) at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run() (vendor/autoload_runtime.php:29) at require_once('/var/www/html/tafsir/vendor/autoload_runtime.php') (public/index.php:5) |