/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/storage/framework/views/114e1de6ef2612975e19024928c284d65d26b581.php
<button class="btn btn-terciary-unactive icon-design" data-filter="branding">branding &
design</button>
<button class="btn btn-terciary-unactive icon-conception"
data-filter="conception">conception web</button>
<button class="btn btn-terciary-unactive icon-marketing" data-filter="marketing">marketing
numérique</button>
<button class="btn btn-terciary-unactive icon-event"
data-filter="evenementiel">événementiel</button>
<button class="btn btn-terciary-unactive icon-video" data-filter="video">production
video</button>
<button class="btn btn-terciary icon-all" data-filter="all">tout</button>
</div>
<div class="col-md-3"></div>
</div>
<?php endif; ?>
<?php
$portfolio_id = get_sub_field('portfolio_list');
$maxIndex = count($portfolio_id) - 1
?>
<?php if($portfolio_id): ?>
<div class="row row-space">
<div class="col-md-12">
<div class="portfolio-container">
<div class="portfolio-wrapper">
<?php for($i = 0; $i < $maxIndex; $i = $i + 3): ?>
<div class="portfolio-grid">
<?php for($j = $i; $j <= $i + 2 && $j <= $maxIndex; $j++): ?>
<?php
$postId = $portfolio_id[$j];
$featured_image = get_the_post_thumbnail($postId, 'full', ['title' => get_the_title($postId), 'sizes' => '100%, 100%']);
?>
<div class="portfolio-item">
<a href="<?php echo e(get_permalink($postId)); ?>">
<article>
<?php if($featured_image): ?>
<?php echo $featured_image; ?>
<?php endif; ?>
Arguments
"count(): Parameter must be an array or an object that implements Countable (View: /home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/resources/views/partials/module-portfolio.blade.php) (View: /home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/resources/views/partials/module-portfolio.blade.php) (View: /home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/resources/views/partials/module-portfolio.blade.php) (View: /home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/resources/views/partials/module-portfolio.blade.php)"
/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/vendor/illuminate/view/Engines/PhpEngine.php
/**
* Get the evaluated contents of the view at the given path.
*
* @param string $path
* @param array $data
* @return string
*/
protected function evaluatePath($path, $data)
{
$obLevel = ob_get_level();
ob_start();
// We'll evaluate the contents of the view inside a try/catch block so we can
// flush out any stray output that might get out before an error occurs or
// an exception is thrown. This prevents any partial views from leaking.
try {
$this->files->getRequire($path, $data);
} catch (Throwable $e) {
$this->handleViewException($e, $obLevel);
}
return ltrim(ob_get_clean());
}
/**
* Handle a view exception.
*
* @param \Throwable $e
* @param int $obLevel
* @return void
*
* @throws \Throwable
*/
protected function handleViewException(Throwable $e, $obLevel)
{
while (ob_get_level() > $obLevel) {
ob_end_clean();
}
Arguments
ErrorException {#17314
#message: "count(): Parameter must be an array or an object that implements Countable (View: /home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/resources/views/partials/module-portfolio.blade.php) (View: /home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/resources/views/partials/module-portfolio.blade.php) (View: /home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/resources/views/partials/module-portfolio.blade.php)"
#code: 0
#file: "/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/storage/framework/views/114e1de6ef2612975e19024928c284d65d26b581.php"
#line: 61
-previous: ErrorException {#16488
#message: "count(): Parameter must be an array or an object that implements Countable (View: /home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/resources/views/partials/module-portfolio.blade.php) (View: /home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/resources/views/partials/module-portfolio.blade.php)"
#code: 0
#file: "/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/storage/framework/views/114e1de6ef2612975e19024928c284d65d26b581.php"
#line: 61
-previous: ErrorException {#17786
#message: "count(): Parameter must be an array or an object that implements Countable (View: /home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/resources/views/partials/module-portfolio.blade.php)"
#code: 0
#file: "/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/storage/framework/views/114e1de6ef2612975e19024928c284d65d26b581.php"
#line: 61
-previous: ErrorException {#17450
#message: "count(): Parameter must be an array or an object that implements Countable"
#code: 0
#file: "/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/storage/framework/views/114e1de6ef2612975e19024928c284d65d26b581.php"
#line: 61
#severity: E_WARNING
}
#severity: E_ERROR
}
#severity: E_ERROR
}
#severity: E_ERROR
}
4
/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/storage/framework/views/114e1de6ef2612975e19024928c284d65d26b581.php
<button class="btn btn-terciary-unactive icon-design" data-filter="branding">branding &
design</button>
<button class="btn btn-terciary-unactive icon-conception"
data-filter="conception">conception web</button>
<button class="btn btn-terciary-unactive icon-marketing" data-filter="marketing">marketing
numérique</button>
<button class="btn btn-terciary-unactive icon-event"
data-filter="evenementiel">événementiel</button>
<button class="btn btn-terciary-unactive icon-video" data-filter="video">production
video</button>
<button class="btn btn-terciary icon-all" data-filter="all">tout</button>
</div>
<div class="col-md-3"></div>
</div>
<?php endif; ?>
<?php
$portfolio_id = get_sub_field('portfolio_list');
$maxIndex = count($portfolio_id) - 1
?>
<?php if($portfolio_id): ?>
<div class="row row-space">
<div class="col-md-12">
<div class="portfolio-container">
<div class="portfolio-wrapper">
<?php for($i = 0; $i < $maxIndex; $i = $i + 3): ?>
<div class="portfolio-grid">
<?php for($j = $i; $j <= $i + 2 && $j <= $maxIndex; $j++): ?>
<?php
$postId = $portfolio_id[$j];
$featured_image = get_the_post_thumbnail($postId, 'full', ['title' => get_the_title($postId), 'sizes' => '100%, 100%']);
?>
<div class="portfolio-item">
<a href="<?php echo e(get_permalink($postId)); ?>">
<article>
<?php if($featured_image): ?>
<?php echo $featured_image; ?>
<?php endif; ?>
Arguments
"count(): Parameter must be an array or an object that implements Countable (View: /home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/resources/views/partials/module-portfolio.blade.php) (View: /home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/resources/views/partials/module-portfolio.blade.php) (View: /home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/resources/views/partials/module-portfolio.blade.php)"
/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/vendor/illuminate/view/Engines/PhpEngine.php
/**
* Get the evaluated contents of the view at the given path.
*
* @param string $path
* @param array $data
* @return string
*/
protected function evaluatePath($path, $data)
{
$obLevel = ob_get_level();
ob_start();
// We'll evaluate the contents of the view inside a try/catch block so we can
// flush out any stray output that might get out before an error occurs or
// an exception is thrown. This prevents any partial views from leaking.
try {
$this->files->getRequire($path, $data);
} catch (Throwable $e) {
$this->handleViewException($e, $obLevel);
}
return ltrim(ob_get_clean());
}
/**
* Handle a view exception.
*
* @param \Throwable $e
* @param int $obLevel
* @return void
*
* @throws \Throwable
*/
protected function handleViewException(Throwable $e, $obLevel)
{
while (ob_get_level() > $obLevel) {
ob_end_clean();
}
Arguments
ErrorException {#16488
#message: "count(): Parameter must be an array or an object that implements Countable (View: /home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/resources/views/partials/module-portfolio.blade.php) (View: /home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/resources/views/partials/module-portfolio.blade.php)"
#code: 0
#file: "/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/storage/framework/views/114e1de6ef2612975e19024928c284d65d26b581.php"
#line: 61
-previous: ErrorException {#17786
#message: "count(): Parameter must be an array or an object that implements Countable (View: /home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/resources/views/partials/module-portfolio.blade.php)"
#code: 0
#file: "/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/storage/framework/views/114e1de6ef2612975e19024928c284d65d26b581.php"
#line: 61
-previous: ErrorException {#17450
#message: "count(): Parameter must be an array or an object that implements Countable"
#code: 0
#file: "/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/storage/framework/views/114e1de6ef2612975e19024928c284d65d26b581.php"
#line: 61
#severity: E_WARNING
}
#severity: E_ERROR
}
#severity: E_ERROR
}
6
/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/storage/framework/views/114e1de6ef2612975e19024928c284d65d26b581.php
<button class="btn btn-terciary-unactive icon-design" data-filter="branding">branding &
design</button>
<button class="btn btn-terciary-unactive icon-conception"
data-filter="conception">conception web</button>
<button class="btn btn-terciary-unactive icon-marketing" data-filter="marketing">marketing
numérique</button>
<button class="btn btn-terciary-unactive icon-event"
data-filter="evenementiel">événementiel</button>
<button class="btn btn-terciary-unactive icon-video" data-filter="video">production
video</button>
<button class="btn btn-terciary icon-all" data-filter="all">tout</button>
</div>
<div class="col-md-3"></div>
</div>
<?php endif; ?>
<?php
$portfolio_id = get_sub_field('portfolio_list');
$maxIndex = count($portfolio_id) - 1
?>
<?php if($portfolio_id): ?>
<div class="row row-space">
<div class="col-md-12">
<div class="portfolio-container">
<div class="portfolio-wrapper">
<?php for($i = 0; $i < $maxIndex; $i = $i + 3): ?>
<div class="portfolio-grid">
<?php for($j = $i; $j <= $i + 2 && $j <= $maxIndex; $j++): ?>
<?php
$postId = $portfolio_id[$j];
$featured_image = get_the_post_thumbnail($postId, 'full', ['title' => get_the_title($postId), 'sizes' => '100%, 100%']);
?>
<div class="portfolio-item">
<a href="<?php echo e(get_permalink($postId)); ?>">
<article>
<?php if($featured_image): ?>
<?php echo $featured_image; ?>
<?php endif; ?>
Arguments
"count(): Parameter must be an array or an object that implements Countable (View: /home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/resources/views/partials/module-portfolio.blade.php) (View: /home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/resources/views/partials/module-portfolio.blade.php)"
/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/vendor/illuminate/view/Engines/PhpEngine.php
/**
* Get the evaluated contents of the view at the given path.
*
* @param string $path
* @param array $data
* @return string
*/
protected function evaluatePath($path, $data)
{
$obLevel = ob_get_level();
ob_start();
// We'll evaluate the contents of the view inside a try/catch block so we can
// flush out any stray output that might get out before an error occurs or
// an exception is thrown. This prevents any partial views from leaking.
try {
$this->files->getRequire($path, $data);
} catch (Throwable $e) {
$this->handleViewException($e, $obLevel);
}
return ltrim(ob_get_clean());
}
/**
* Handle a view exception.
*
* @param \Throwable $e
* @param int $obLevel
* @return void
*
* @throws \Throwable
*/
protected function handleViewException(Throwable $e, $obLevel)
{
while (ob_get_level() > $obLevel) {
ob_end_clean();
}
Arguments
ErrorException {#17786
#message: "count(): Parameter must be an array or an object that implements Countable (View: /home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/resources/views/partials/module-portfolio.blade.php)"
#code: 0
#file: "/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/storage/framework/views/114e1de6ef2612975e19024928c284d65d26b581.php"
#line: 61
-previous: ErrorException {#17450
#message: "count(): Parameter must be an array or an object that implements Countable"
#code: 0
#file: "/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/storage/framework/views/114e1de6ef2612975e19024928c284d65d26b581.php"
#line: 61
#severity: E_WARNING
}
#severity: E_ERROR
}
7
/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/storage/framework/views/114e1de6ef2612975e19024928c284d65d26b581.php
<button class="btn btn-terciary-unactive icon-design" data-filter="branding">branding &
design</button>
<button class="btn btn-terciary-unactive icon-conception"
data-filter="conception">conception web</button>
<button class="btn btn-terciary-unactive icon-marketing" data-filter="marketing">marketing
numérique</button>
<button class="btn btn-terciary-unactive icon-event"
data-filter="evenementiel">événementiel</button>
<button class="btn btn-terciary-unactive icon-video" data-filter="video">production
video</button>
<button class="btn btn-terciary icon-all" data-filter="all">tout</button>
</div>
<div class="col-md-3"></div>
</div>
<?php endif; ?>
<?php
$portfolio_id = get_sub_field('portfolio_list');
$maxIndex = count($portfolio_id) - 1
?>
<?php if($portfolio_id): ?>
<div class="row row-space">
<div class="col-md-12">
<div class="portfolio-container">
<div class="portfolio-wrapper">
<?php for($i = 0; $i < $maxIndex; $i = $i + 3): ?>
<div class="portfolio-grid">
<?php for($j = $i; $j <= $i + 2 && $j <= $maxIndex; $j++): ?>
<?php
$postId = $portfolio_id[$j];
$featured_image = get_the_post_thumbnail($postId, 'full', ['title' => get_the_title($postId), 'sizes' => '100%, 100%']);
?>
<div class="portfolio-item">
<a href="<?php echo e(get_permalink($postId)); ?>">
<article>
<?php if($featured_image): ?>
<?php echo $featured_image; ?>
<?php endif; ?>
Arguments
"count(): Parameter must be an array or an object that implements Countable (View: /home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/resources/views/partials/module-portfolio.blade.php)"
/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/vendor/illuminate/view/Engines/PhpEngine.php
/**
* Get the evaluated contents of the view at the given path.
*
* @param string $path
* @param array $data
* @return string
*/
protected function evaluatePath($path, $data)
{
$obLevel = ob_get_level();
ob_start();
// We'll evaluate the contents of the view inside a try/catch block so we can
// flush out any stray output that might get out before an error occurs or
// an exception is thrown. This prevents any partial views from leaking.
try {
$this->files->getRequire($path, $data);
} catch (Throwable $e) {
$this->handleViewException($e, $obLevel);
}
return ltrim(ob_get_clean());
}
/**
* Handle a view exception.
*
* @param \Throwable $e
* @param int $obLevel
* @return void
*
* @throws \Throwable
*/
protected function handleViewException(Throwable $e, $obLevel)
{
while (ob_get_level() > $obLevel) {
ob_end_clean();
}
Arguments
ErrorException {#17450
#message: "count(): Parameter must be an array or an object that implements Countable"
#code: 0
#file: "/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/storage/framework/views/114e1de6ef2612975e19024928c284d65d26b581.php"
#line: 61
#severity: E_WARNING
}
8
/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/storage/framework/views/114e1de6ef2612975e19024928c284d65d26b581.php
<button class="btn btn-terciary-unactive icon-design" data-filter="branding">branding &
design</button>
<button class="btn btn-terciary-unactive icon-conception"
data-filter="conception">conception web</button>
<button class="btn btn-terciary-unactive icon-marketing" data-filter="marketing">marketing
numérique</button>
<button class="btn btn-terciary-unactive icon-event"
data-filter="evenementiel">événementiel</button>
<button class="btn btn-terciary-unactive icon-video" data-filter="video">production
video</button>
<button class="btn btn-terciary icon-all" data-filter="all">tout</button>
</div>
<div class="col-md-3"></div>
</div>
<?php endif; ?>
<?php
$portfolio_id = get_sub_field('portfolio_list');
$maxIndex = count($portfolio_id) - 1
?>
<?php if($portfolio_id): ?>
<div class="row row-space">
<div class="col-md-12">
<div class="portfolio-container">
<div class="portfolio-wrapper">
<?php for($i = 0; $i < $maxIndex; $i = $i + 3): ?>
<div class="portfolio-grid">
<?php for($j = $i; $j <= $i + 2 && $j <= $maxIndex; $j++): ?>
<?php
$postId = $portfolio_id[$j];
$featured_image = get_the_post_thumbnail($postId, 'full', ['title' => get_the_title($postId), 'sizes' => '100%, 100%']);
?>
<div class="portfolio-item">
<a href="<?php echo e(get_permalink($postId)); ?>">
<article>
<?php if($featured_image): ?>
<?php echo $featured_image; ?>
<?php endif; ?>
Arguments
"count(): Parameter must be an array or an object that implements Countable"
/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/storage/framework/views/114e1de6ef2612975e19024928c284d65d26b581.php
<button class="btn btn-terciary-unactive icon-design" data-filter="branding">branding &
design</button>
<button class="btn btn-terciary-unactive icon-conception"
data-filter="conception">conception web</button>
<button class="btn btn-terciary-unactive icon-marketing" data-filter="marketing">marketing
numérique</button>
<button class="btn btn-terciary-unactive icon-event"
data-filter="evenementiel">événementiel</button>
<button class="btn btn-terciary-unactive icon-video" data-filter="video">production
video</button>
<button class="btn btn-terciary icon-all" data-filter="all">tout</button>
</div>
<div class="col-md-3"></div>
</div>
<?php endif; ?>
<?php
$portfolio_id = get_sub_field('portfolio_list');
$maxIndex = count($portfolio_id) - 1
?>
<?php if($portfolio_id): ?>
<div class="row row-space">
<div class="col-md-12">
<div class="portfolio-container">
<div class="portfolio-wrapper">
<?php for($i = 0; $i < $maxIndex; $i = $i + 3): ?>
<div class="portfolio-grid">
<?php for($j = $i; $j <= $i + 2 && $j <= $maxIndex; $j++): ?>
<?php
$postId = $portfolio_id[$j];
$featured_image = get_the_post_thumbnail($postId, 'full', ['title' => get_the_title($postId), 'sizes' => '100%, 100%']);
?>
<div class="portfolio-item">
<a href="<?php echo e(get_permalink($postId)); ?>">
<article>
<?php if($featured_image): ?>
<?php echo $featured_image; ?>
<?php endif; ?>
Arguments
2
"count(): Parameter must be an array or an object that implements Countable"
"/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/storage/framework/views/114e1de6ef2612975e19024928c284d65d26b581.php"
61
array:15 [
"__path" => "/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/storage/framework/views/114e1de6ef2612975e19024928c284d65d26b581.php"
"__data" => array:6 [
"__env" => Illuminate\View\Factory {#10272}
"app" => Roots\Acorn\Application {#10194}
"post" => WP_Post {#16084}
"siteName" => "Redbox Media – Stratégie numérique, conception de site web et marketing digital"
"title" => "Modules"
"moduleName" => "portfolio"
]
"__env" => Illuminate\View\Factory {#10272}
"app" => Roots\Acorn\Application {#10194}
"post" => WP_Post {#16084}
"siteName" => "Redbox Media – Stratégie numérique, conception de site web et marketing digital"
"title" => "Modules"
"moduleName" => "portfolio"
"section_color" => "theme-dark"
"section_background_other" => false
"section_color_other" => ""
"filter" => false
"inline_styles" => ""
"custom_id" => ""
"portfolio_id" => null
]
/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/vendor/illuminate/filesystem/Filesystem.php
/**
* Get the returned value of a file.
*
* @param string $path
* @param array $data
* @return mixed
*
* @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
*/
public function getRequire($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
return (static function () use ($__path, $__data) {
extract($__data, EXTR_SKIP);
return require $__path;
})();
}
throw new FileNotFoundException("File does not exist at path {$path}.");
}
/**
* Require the given file once.
*
* @param string $path
* @param array $data
* @return mixed
*/
public function requireOnce($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
return (static function () use ($__path, $__data) {
Arguments
"/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/storage/framework/views/114e1de6ef2612975e19024928c284d65d26b581.php"
/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/vendor/illuminate/filesystem/Filesystem.php
/**
* Get the returned value of a file.
*
* @param string $path
* @param array $data
* @return mixed
*
* @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
*/
public function getRequire($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
return (static function () use ($__path, $__data) {
extract($__data, EXTR_SKIP);
return require $__path;
})();
}
throw new FileNotFoundException("File does not exist at path {$path}.");
}
/**
* Require the given file once.
*
* @param string $path
* @param array $data
* @return mixed
*/
public function requireOnce($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
return (static function () use ($__path, $__data) {
extract($__data, EXTR_SKIP);
/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/vendor/illuminate/view/Engines/PhpEngine.php
}
/**
* Get the evaluated contents of the view at the given path.
*
* @param string $path
* @param array $data
* @return string
*/
protected function evaluatePath($path, $data)
{
$obLevel = ob_get_level();
ob_start();
// We'll evaluate the contents of the view inside a try/catch block so we can
// flush out any stray output that might get out before an error occurs or
// an exception is thrown. This prevents any partial views from leaking.
try {
$this->files->getRequire($path, $data);
} catch (Throwable $e) {
$this->handleViewException($e, $obLevel);
}
return ltrim(ob_get_clean());
}
/**
* Handle a view exception.
*
* @param \Throwable $e
* @param int $obLevel
* @return void
*
* @throws \Throwable
*/
protected function handleViewException(Throwable $e, $obLevel)
{
while (ob_get_level() > $obLevel) {
ob_end_clean();
Arguments
"/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/storage/framework/views/114e1de6ef2612975e19024928c284d65d26b581.php"
array:6 [
"__env" => Illuminate\View\Factory {#10272}
"app" => Roots\Acorn\Application {#10194}
"post" => WP_Post {#16084}
"siteName" => "Redbox Media – Stratégie numérique, conception de site web et marketing digital"
"title" => "Modules"
"moduleName" => "portfolio"
]
/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/vendor/illuminate/view/Engines/CompilerEngine.php
*
* @param string $path
* @param array $data
* @return string
*/
public function get($path, array $data = [])
{
$this->lastCompiled[] = $path;
// If this given view has expired, which means it has simply been edited since
// it was last compiled, we will re-compile the views so we can evaluate a
// fresh copy of the view. We'll pass the compiler the path of the view.
if ($this->compiler->isExpired($path)) {
$this->compiler->compile($path);
}
// Once we have the path to the compiled file, we will evaluate the paths with
// typical PHP just like any other templates. We also keep a stack of views
// which have been rendered for right exception messages to be generated.
$results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
array_pop($this->lastCompiled);
return $results;
}
/**
* Handle a view exception.
*
* @param \Throwable $e
* @param int $obLevel
* @return void
*
* @throws \Throwable
*/
protected function handleViewException(Throwable $e, $obLevel)
{
$e = new ErrorException($this->getMessage($e), 0, 1, $e->getFile(), $e->getLine(), $e);
parent::handleViewException($e, $obLevel);
Arguments
"/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/storage/framework/views/114e1de6ef2612975e19024928c284d65d26b581.php"
array:6 [
"__env" => Illuminate\View\Factory {#10272}
"app" => Roots\Acorn\Application {#10194}
"post" => WP_Post {#16084}
"siteName" => "Redbox Media – Stratégie numérique, conception de site web et marketing digital"
"title" => "Modules"
"moduleName" => "portfolio"
]
/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/vendor/illuminate/view/View.php
$this->factory->callComposer($this);
$contents = $this->getContents();
// Once we've finished rendering the view, we'll decrement the render count
// so that each sections get flushed out next time a view is created and
// no old sections are staying around in the memory of an environment.
$this->factory->decrementRender();
return $contents;
}
/**
* Get the evaluated contents of the view.
*
* @return string
*/
protected function getContents()
{
return $this->engine->get($this->path, $this->gatherData());
}
/**
* Get the data bound to the view instance.
*
* @return array
*/
public function gatherData()
{
$data = array_merge($this->factory->getShared(), $this->data);
foreach ($data as $key => $value) {
if ($value instanceof Renderable) {
$data[$key] = $value->render();
}
}
return $data;
}
Arguments
"/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/resources/views/partials/module-portfolio.blade.php"
array:6 [
"__env" => Illuminate\View\Factory {#10272}
"app" => Roots\Acorn\Application {#10194}
"post" => WP_Post {#16084}
"siteName" => "Redbox Media – Stratégie numérique, conception de site web et marketing digital"
"title" => "Modules"
"moduleName" => "portfolio"
]
/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/vendor/illuminate/view/View.php
throw $e;
}
}
/**
* Get the contents of the view instance.
*
* @return string
*/
protected function renderContents()
{
// We will keep track of the amount of views being rendered so we can flush
// the section after the complete rendering operation is done. This will
// clear out the sections for any separate views that may be rendered.
$this->factory->incrementRender();
$this->factory->callComposer($this);
$contents = $this->getContents();
// Once we've finished rendering the view, we'll decrement the render count
// so that each sections get flushed out next time a view is created and
// no old sections are staying around in the memory of an environment.
$this->factory->decrementRender();
return $contents;
}
/**
* Get the evaluated contents of the view.
*
* @return string
*/
protected function getContents()
{
return $this->engine->get($this->path, $this->gatherData());
}
/**
/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/vendor/illuminate/view/View.php
$this->view = $view;
$this->path = $path;
$this->engine = $engine;
$this->factory = $factory;
$this->data = $data instanceof Arrayable ? $data->toArray() : (array) $data;
}
/**
* Get the string contents of the view.
*
* @param callable|null $callback
* @return array|string
*
* @throws \Throwable
*/
public function render(callable $callback = null)
{
try {
$contents = $this->renderContents();
$response = isset($callback) ? $callback($this, $contents) : null;
// Once we have the contents of the view, we will flush the sections if we are
// done rendering all views so that there is nothing left hanging over when
// another view gets rendered in the future by the application developer.
$this->factory->flushStateIfDoneRendering();
return ! is_null($response) ? $response : $contents;
} catch (Throwable $e) {
$this->factory->flushState();
throw $e;
}
}
/**
* Get the contents of the view instance.
*
* @return string
/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/storage/framework/views/a940f4e6da5c033bee484d3e73fe663dfe8f63f1.php
<?php while(have_rows( 'fl-c' )): ?>
<?php
the_row();
$moduleName = get_row_layout();
?>
<?php if ($__env->exists('partials.module-'.$moduleName)) echo $__env->make('partials.module-'.$moduleName, \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php endwhile; ?>
<?php /**PATH /home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/resources/views/partials/content-flexible.blade.php ENDPATH**/ ?>
/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/vendor/illuminate/filesystem/Filesystem.php
/**
* Get the returned value of a file.
*
* @param string $path
* @param array $data
* @return mixed
*
* @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
*/
public function getRequire($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
return (static function () use ($__path, $__data) {
extract($__data, EXTR_SKIP);
return require $__path;
})();
}
throw new FileNotFoundException("File does not exist at path {$path}.");
}
/**
* Require the given file once.
*
* @param string $path
* @param array $data
* @return mixed
*/
public function requireOnce($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
return (static function () use ($__path, $__data) {
Arguments
"/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/storage/framework/views/a940f4e6da5c033bee484d3e73fe663dfe8f63f1.php"
/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/vendor/illuminate/filesystem/Filesystem.php
/**
* Get the returned value of a file.
*
* @param string $path
* @param array $data
* @return mixed
*
* @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
*/
public function getRequire($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
return (static function () use ($__path, $__data) {
extract($__data, EXTR_SKIP);
return require $__path;
})();
}
throw new FileNotFoundException("File does not exist at path {$path}.");
}
/**
* Require the given file once.
*
* @param string $path
* @param array $data
* @return mixed
*/
public function requireOnce($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
return (static function () use ($__path, $__data) {
extract($__data, EXTR_SKIP);
/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/vendor/illuminate/view/Engines/PhpEngine.php
}
/**
* Get the evaluated contents of the view at the given path.
*
* @param string $path
* @param array $data
* @return string
*/
protected function evaluatePath($path, $data)
{
$obLevel = ob_get_level();
ob_start();
// We'll evaluate the contents of the view inside a try/catch block so we can
// flush out any stray output that might get out before an error occurs or
// an exception is thrown. This prevents any partial views from leaking.
try {
$this->files->getRequire($path, $data);
} catch (Throwable $e) {
$this->handleViewException($e, $obLevel);
}
return ltrim(ob_get_clean());
}
/**
* Handle a view exception.
*
* @param \Throwable $e
* @param int $obLevel
* @return void
*
* @throws \Throwable
*/
protected function handleViewException(Throwable $e, $obLevel)
{
while (ob_get_level() > $obLevel) {
ob_end_clean();
Arguments
"/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/storage/framework/views/a940f4e6da5c033bee484d3e73fe663dfe8f63f1.php"
array:5 [
"__env" => Illuminate\View\Factory {#10272}
"app" => Roots\Acorn\Application {#10194}
"post" => WP_Post {#16084}
"siteName" => "Redbox Media – Stratégie numérique, conception de site web et marketing digital"
"title" => "Modules"
]
/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/vendor/illuminate/view/Engines/CompilerEngine.php
*
* @param string $path
* @param array $data
* @return string
*/
public function get($path, array $data = [])
{
$this->lastCompiled[] = $path;
// If this given view has expired, which means it has simply been edited since
// it was last compiled, we will re-compile the views so we can evaluate a
// fresh copy of the view. We'll pass the compiler the path of the view.
if ($this->compiler->isExpired($path)) {
$this->compiler->compile($path);
}
// Once we have the path to the compiled file, we will evaluate the paths with
// typical PHP just like any other templates. We also keep a stack of views
// which have been rendered for right exception messages to be generated.
$results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
array_pop($this->lastCompiled);
return $results;
}
/**
* Handle a view exception.
*
* @param \Throwable $e
* @param int $obLevel
* @return void
*
* @throws \Throwable
*/
protected function handleViewException(Throwable $e, $obLevel)
{
$e = new ErrorException($this->getMessage($e), 0, 1, $e->getFile(), $e->getLine(), $e);
parent::handleViewException($e, $obLevel);
Arguments
"/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/storage/framework/views/a940f4e6da5c033bee484d3e73fe663dfe8f63f1.php"
array:5 [
"__env" => Illuminate\View\Factory {#10272}
"app" => Roots\Acorn\Application {#10194}
"post" => WP_Post {#16084}
"siteName" => "Redbox Media – Stratégie numérique, conception de site web et marketing digital"
"title" => "Modules"
]
/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/vendor/illuminate/view/View.php
$this->factory->callComposer($this);
$contents = $this->getContents();
// Once we've finished rendering the view, we'll decrement the render count
// so that each sections get flushed out next time a view is created and
// no old sections are staying around in the memory of an environment.
$this->factory->decrementRender();
return $contents;
}
/**
* Get the evaluated contents of the view.
*
* @return string
*/
protected function getContents()
{
return $this->engine->get($this->path, $this->gatherData());
}
/**
* Get the data bound to the view instance.
*
* @return array
*/
public function gatherData()
{
$data = array_merge($this->factory->getShared(), $this->data);
foreach ($data as $key => $value) {
if ($value instanceof Renderable) {
$data[$key] = $value->render();
}
}
return $data;
}
Arguments
"/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/resources/views/partials/content-flexible.blade.php"
array:5 [
"__env" => Illuminate\View\Factory {#10272}
"app" => Roots\Acorn\Application {#10194}
"post" => WP_Post {#16084}
"siteName" => "Redbox Media – Stratégie numérique, conception de site web et marketing digital"
"title" => "Modules"
]
/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/vendor/illuminate/view/View.php
throw $e;
}
}
/**
* Get the contents of the view instance.
*
* @return string
*/
protected function renderContents()
{
// We will keep track of the amount of views being rendered so we can flush
// the section after the complete rendering operation is done. This will
// clear out the sections for any separate views that may be rendered.
$this->factory->incrementRender();
$this->factory->callComposer($this);
$contents = $this->getContents();
// Once we've finished rendering the view, we'll decrement the render count
// so that each sections get flushed out next time a view is created and
// no old sections are staying around in the memory of an environment.
$this->factory->decrementRender();
return $contents;
}
/**
* Get the evaluated contents of the view.
*
* @return string
*/
protected function getContents()
{
return $this->engine->get($this->path, $this->gatherData());
}
/**
/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/vendor/illuminate/view/View.php
$this->view = $view;
$this->path = $path;
$this->engine = $engine;
$this->factory = $factory;
$this->data = $data instanceof Arrayable ? $data->toArray() : (array) $data;
}
/**
* Get the string contents of the view.
*
* @param callable|null $callback
* @return array|string
*
* @throws \Throwable
*/
public function render(callable $callback = null)
{
try {
$contents = $this->renderContents();
$response = isset($callback) ? $callback($this, $contents) : null;
// Once we have the contents of the view, we will flush the sections if we are
// done rendering all views so that there is nothing left hanging over when
// another view gets rendered in the future by the application developer.
$this->factory->flushStateIfDoneRendering();
return ! is_null($response) ? $response : $contents;
} catch (Throwable $e) {
$this->factory->flushState();
throw $e;
}
}
/**
* Get the contents of the view instance.
*
* @return string
/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/storage/framework/views/b044dff62f67346aa7492be47c06f73c88bd428e.php
<?php if( have_rows( 'fl-c' ) ): ?>
<?php echo $__env->make('partials.content-flexible', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php endif; ?>
<?php echo wp_link_pages(['echo' => 0, 'before' => '<nav class="page-nav"><p>' . __('Pages:', 'sage'), 'after' => '</p></nav>']); ?>
<?php /**PATH /home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/resources/views/partials/content-page.blade.php ENDPATH**/ ?>
/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/vendor/illuminate/filesystem/Filesystem.php
/**
* Get the returned value of a file.
*
* @param string $path
* @param array $data
* @return mixed
*
* @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
*/
public function getRequire($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
return (static function () use ($__path, $__data) {
extract($__data, EXTR_SKIP);
return require $__path;
})();
}
throw new FileNotFoundException("File does not exist at path {$path}.");
}
/**
* Require the given file once.
*
* @param string $path
* @param array $data
* @return mixed
*/
public function requireOnce($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
return (static function () use ($__path, $__data) {
Arguments
"/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/storage/framework/views/b044dff62f67346aa7492be47c06f73c88bd428e.php"
/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/vendor/illuminate/filesystem/Filesystem.php
/**
* Get the returned value of a file.
*
* @param string $path
* @param array $data
* @return mixed
*
* @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
*/
public function getRequire($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
return (static function () use ($__path, $__data) {
extract($__data, EXTR_SKIP);
return require $__path;
})();
}
throw new FileNotFoundException("File does not exist at path {$path}.");
}
/**
* Require the given file once.
*
* @param string $path
* @param array $data
* @return mixed
*/
public function requireOnce($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
return (static function () use ($__path, $__data) {
extract($__data, EXTR_SKIP);
/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/vendor/illuminate/view/Engines/PhpEngine.php
}
/**
* Get the evaluated contents of the view at the given path.
*
* @param string $path
* @param array $data
* @return string
*/
protected function evaluatePath($path, $data)
{
$obLevel = ob_get_level();
ob_start();
// We'll evaluate the contents of the view inside a try/catch block so we can
// flush out any stray output that might get out before an error occurs or
// an exception is thrown. This prevents any partial views from leaking.
try {
$this->files->getRequire($path, $data);
} catch (Throwable $e) {
$this->handleViewException($e, $obLevel);
}
return ltrim(ob_get_clean());
}
/**
* Handle a view exception.
*
* @param \Throwable $e
* @param int $obLevel
* @return void
*
* @throws \Throwable
*/
protected function handleViewException(Throwable $e, $obLevel)
{
while (ob_get_level() > $obLevel) {
ob_end_clean();
Arguments
"/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/storage/framework/views/b044dff62f67346aa7492be47c06f73c88bd428e.php"
array:5 [
"__env" => Illuminate\View\Factory {#10272}
"app" => Roots\Acorn\Application {#10194}
"post" => WP_Post {#16084}
"siteName" => "Redbox Media – Stratégie numérique, conception de site web et marketing digital"
"title" => "Modules"
]
/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/vendor/illuminate/view/Engines/CompilerEngine.php
*
* @param string $path
* @param array $data
* @return string
*/
public function get($path, array $data = [])
{
$this->lastCompiled[] = $path;
// If this given view has expired, which means it has simply been edited since
// it was last compiled, we will re-compile the views so we can evaluate a
// fresh copy of the view. We'll pass the compiler the path of the view.
if ($this->compiler->isExpired($path)) {
$this->compiler->compile($path);
}
// Once we have the path to the compiled file, we will evaluate the paths with
// typical PHP just like any other templates. We also keep a stack of views
// which have been rendered for right exception messages to be generated.
$results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
array_pop($this->lastCompiled);
return $results;
}
/**
* Handle a view exception.
*
* @param \Throwable $e
* @param int $obLevel
* @return void
*
* @throws \Throwable
*/
protected function handleViewException(Throwable $e, $obLevel)
{
$e = new ErrorException($this->getMessage($e), 0, 1, $e->getFile(), $e->getLine(), $e);
parent::handleViewException($e, $obLevel);
Arguments
"/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/storage/framework/views/b044dff62f67346aa7492be47c06f73c88bd428e.php"
array:5 [
"__env" => Illuminate\View\Factory {#10272}
"app" => Roots\Acorn\Application {#10194}
"post" => WP_Post {#16084}
"siteName" => "Redbox Media – Stratégie numérique, conception de site web et marketing digital"
"title" => "Modules"
]
/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/vendor/illuminate/view/View.php
$this->factory->callComposer($this);
$contents = $this->getContents();
// Once we've finished rendering the view, we'll decrement the render count
// so that each sections get flushed out next time a view is created and
// no old sections are staying around in the memory of an environment.
$this->factory->decrementRender();
return $contents;
}
/**
* Get the evaluated contents of the view.
*
* @return string
*/
protected function getContents()
{
return $this->engine->get($this->path, $this->gatherData());
}
/**
* Get the data bound to the view instance.
*
* @return array
*/
public function gatherData()
{
$data = array_merge($this->factory->getShared(), $this->data);
foreach ($data as $key => $value) {
if ($value instanceof Renderable) {
$data[$key] = $value->render();
}
}
return $data;
}
Arguments
"/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/resources/views/partials/content-page.blade.php"
array:5 [
"__env" => Illuminate\View\Factory {#10272}
"app" => Roots\Acorn\Application {#10194}
"post" => WP_Post {#16084}
"siteName" => "Redbox Media – Stratégie numérique, conception de site web et marketing digital"
"title" => "Modules"
]
/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/vendor/illuminate/view/View.php
throw $e;
}
}
/**
* Get the contents of the view instance.
*
* @return string
*/
protected function renderContents()
{
// We will keep track of the amount of views being rendered so we can flush
// the section after the complete rendering operation is done. This will
// clear out the sections for any separate views that may be rendered.
$this->factory->incrementRender();
$this->factory->callComposer($this);
$contents = $this->getContents();
// Once we've finished rendering the view, we'll decrement the render count
// so that each sections get flushed out next time a view is created and
// no old sections are staying around in the memory of an environment.
$this->factory->decrementRender();
return $contents;
}
/**
* Get the evaluated contents of the view.
*
* @return string
*/
protected function getContents()
{
return $this->engine->get($this->path, $this->gatherData());
}
/**
/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/vendor/illuminate/view/View.php
$this->view = $view;
$this->path = $path;
$this->engine = $engine;
$this->factory = $factory;
$this->data = $data instanceof Arrayable ? $data->toArray() : (array) $data;
}
/**
* Get the string contents of the view.
*
* @param callable|null $callback
* @return array|string
*
* @throws \Throwable
*/
public function render(callable $callback = null)
{
try {
$contents = $this->renderContents();
$response = isset($callback) ? $callback($this, $contents) : null;
// Once we have the contents of the view, we will flush the sections if we are
// done rendering all views so that there is nothing left hanging over when
// another view gets rendered in the future by the application developer.
$this->factory->flushStateIfDoneRendering();
return ! is_null($response) ? $response : $contents;
} catch (Throwable $e) {
$this->factory->flushState();
throw $e;
}
}
/**
* Get the contents of the view instance.
*
* @return string
/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/storage/framework/views/d0c5e348694654282fd9e2eeb27dcb38e4399528.php
<?php $__env->startSection('content'); ?>
<?php while(have_posts()): ?> <?php (the_post()); ?>
<?php echo $__env->make('partials.page-header', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php echo $__env->first(['partials.content-page', 'partials.content'], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php endwhile; ?>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/resources/views/page.blade.php ENDPATH**/ ?>
/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/vendor/illuminate/filesystem/Filesystem.php
/**
* Get the returned value of a file.
*
* @param string $path
* @param array $data
* @return mixed
*
* @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
*/
public function getRequire($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
return (static function () use ($__path, $__data) {
extract($__data, EXTR_SKIP);
return require $__path;
})();
}
throw new FileNotFoundException("File does not exist at path {$path}.");
}
/**
* Require the given file once.
*
* @param string $path
* @param array $data
* @return mixed
*/
public function requireOnce($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
return (static function () use ($__path, $__data) {
Arguments
"/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/storage/framework/views/d0c5e348694654282fd9e2eeb27dcb38e4399528.php"
/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/vendor/illuminate/filesystem/Filesystem.php
/**
* Get the returned value of a file.
*
* @param string $path
* @param array $data
* @return mixed
*
* @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
*/
public function getRequire($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
return (static function () use ($__path, $__data) {
extract($__data, EXTR_SKIP);
return require $__path;
})();
}
throw new FileNotFoundException("File does not exist at path {$path}.");
}
/**
* Require the given file once.
*
* @param string $path
* @param array $data
* @return mixed
*/
public function requireOnce($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
return (static function () use ($__path, $__data) {
extract($__data, EXTR_SKIP);
/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/vendor/illuminate/view/Engines/PhpEngine.php
}
/**
* Get the evaluated contents of the view at the given path.
*
* @param string $path
* @param array $data
* @return string
*/
protected function evaluatePath($path, $data)
{
$obLevel = ob_get_level();
ob_start();
// We'll evaluate the contents of the view inside a try/catch block so we can
// flush out any stray output that might get out before an error occurs or
// an exception is thrown. This prevents any partial views from leaking.
try {
$this->files->getRequire($path, $data);
} catch (Throwable $e) {
$this->handleViewException($e, $obLevel);
}
return ltrim(ob_get_clean());
}
/**
* Handle a view exception.
*
* @param \Throwable $e
* @param int $obLevel
* @return void
*
* @throws \Throwable
*/
protected function handleViewException(Throwable $e, $obLevel)
{
while (ob_get_level() > $obLevel) {
ob_end_clean();
Arguments
"/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/storage/framework/views/d0c5e348694654282fd9e2eeb27dcb38e4399528.php"
array:4 [
"__env" => Illuminate\View\Factory {#10272}
"app" => Roots\Acorn\Application {#10194}
"post" => WP_Post {#16084}
"siteName" => "Redbox Media – Stratégie numérique, conception de site web et marketing digital"
]
/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/vendor/illuminate/view/Engines/CompilerEngine.php
*
* @param string $path
* @param array $data
* @return string
*/
public function get($path, array $data = [])
{
$this->lastCompiled[] = $path;
// If this given view has expired, which means it has simply been edited since
// it was last compiled, we will re-compile the views so we can evaluate a
// fresh copy of the view. We'll pass the compiler the path of the view.
if ($this->compiler->isExpired($path)) {
$this->compiler->compile($path);
}
// Once we have the path to the compiled file, we will evaluate the paths with
// typical PHP just like any other templates. We also keep a stack of views
// which have been rendered for right exception messages to be generated.
$results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
array_pop($this->lastCompiled);
return $results;
}
/**
* Handle a view exception.
*
* @param \Throwable $e
* @param int $obLevel
* @return void
*
* @throws \Throwable
*/
protected function handleViewException(Throwable $e, $obLevel)
{
$e = new ErrorException($this->getMessage($e), 0, 1, $e->getFile(), $e->getLine(), $e);
parent::handleViewException($e, $obLevel);
Arguments
"/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/storage/framework/views/d0c5e348694654282fd9e2eeb27dcb38e4399528.php"
array:4 [
"__env" => Illuminate\View\Factory {#10272}
"app" => Roots\Acorn\Application {#10194}
"post" => WP_Post {#16084}
"siteName" => "Redbox Media – Stratégie numérique, conception de site web et marketing digital"
]
/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/vendor/illuminate/view/View.php
$this->factory->callComposer($this);
$contents = $this->getContents();
// Once we've finished rendering the view, we'll decrement the render count
// so that each sections get flushed out next time a view is created and
// no old sections are staying around in the memory of an environment.
$this->factory->decrementRender();
return $contents;
}
/**
* Get the evaluated contents of the view.
*
* @return string
*/
protected function getContents()
{
return $this->engine->get($this->path, $this->gatherData());
}
/**
* Get the data bound to the view instance.
*
* @return array
*/
public function gatherData()
{
$data = array_merge($this->factory->getShared(), $this->data);
foreach ($data as $key => $value) {
if ($value instanceof Renderable) {
$data[$key] = $value->render();
}
}
return $data;
}
Arguments
"/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/resources/views/page.blade.php"
array:4 [
"__env" => Illuminate\View\Factory {#10272}
"app" => Roots\Acorn\Application {#10194}
"post" => WP_Post {#16084}
"siteName" => "Redbox Media – Stratégie numérique, conception de site web et marketing digital"
]
/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/vendor/illuminate/view/View.php
throw $e;
}
}
/**
* Get the contents of the view instance.
*
* @return string
*/
protected function renderContents()
{
// We will keep track of the amount of views being rendered so we can flush
// the section after the complete rendering operation is done. This will
// clear out the sections for any separate views that may be rendered.
$this->factory->incrementRender();
$this->factory->callComposer($this);
$contents = $this->getContents();
// Once we've finished rendering the view, we'll decrement the render count
// so that each sections get flushed out next time a view is created and
// no old sections are staying around in the memory of an environment.
$this->factory->decrementRender();
return $contents;
}
/**
* Get the evaluated contents of the view.
*
* @return string
*/
protected function getContents()
{
return $this->engine->get($this->path, $this->gatherData());
}
/**
/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/vendor/illuminate/view/View.php
$this->view = $view;
$this->path = $path;
$this->engine = $engine;
$this->factory = $factory;
$this->data = $data instanceof Arrayable ? $data->toArray() : (array) $data;
}
/**
* Get the string contents of the view.
*
* @param callable|null $callback
* @return array|string
*
* @throws \Throwable
*/
public function render(callable $callback = null)
{
try {
$contents = $this->renderContents();
$response = isset($callback) ? $callback($this, $contents) : null;
// Once we have the contents of the view, we will flush the sections if we are
// done rendering all views so that there is nothing left hanging over when
// another view gets rendered in the future by the application developer.
$this->factory->flushStateIfDoneRendering();
return ! is_null($response) ? $response : $contents;
} catch (Throwable $e) {
$this->factory->flushState();
throw $e;
}
}
/**
* Get the contents of the view instance.
*
* @return string
/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/index.php
<!doctype html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<?php wp_body_open(); ?>
<?php do_action('get_header'); ?>
<?php if ( !is_singular( 'redbox-portfolio' ) ) { ?>
<div id="noise-page"></div>
<?php } ?>
<div id="app">
<?php echo \Roots\view(\Roots\app('sage.view'), \Roots\app('sage.data'))->render(); ?>
</div>
<?php do_action('get_footer'); ?>
<?php wp_footer(); ?>
</body>
</html>
/home/gywrprsd/public_html/wp-includes/template-loader.php
}
break;
}
}
if ( ! $template ) {
$template = get_index_template();
}
/**
* Filters the path of the current template before including it.
*
* @since 3.0.0
*
* @param string $template The path of the template to include.
*/
$template = apply_filters( 'template_include', $template );
if ( $template ) {
include $template;
} elseif ( current_user_can( 'switch_themes' ) ) {
$theme = wp_get_theme();
if ( $theme->errors() ) {
wp_die( $theme->errors() );
}
}
return;
}
Arguments
"/home/gywrprsd/public_html/wp-content/themes/redboxmediarefonte2022/index.php"
/home/gywrprsd/public_html/wp-blog-header.php
<?php
/**
* Loads the WordPress environment and template.
*
* @package WordPress
*/
if ( ! isset( $wp_did_header ) ) {
$wp_did_header = true;
// Load the WordPress library.
require_once __DIR__ . '/wp-load.php';
// Set up the WordPress query.
wp();
// Load the theme template.
require_once ABSPATH . WPINC . '/template-loader.php';
}
Arguments
"/home/gywrprsd/public_html/wp-includes/template-loader.php"
/home/gywrprsd/public_html/index.php
<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define( 'WP_USE_THEMES', true );
/** Loads the WordPress Environment and Template */
require __DIR__ . '/wp-blog-header.php';
Arguments
"/home/gywrprsd/public_html/wp-blog-header.php"