Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
customer_review.php File Reference

Go to the source code of this file.

Variables

 $review
 

Variable Documentation

◆ $review

$review
Initial value:
\Magento\Review\Model\Review::class,
['data' => [
'customer_id' => $customer->getId(),
'title' => 'Review Summary',
'detail' => 'Review text',
'nickname' => 'Nickname',
]]
)
$customer
Definition: customers.php:11

Definition at line 14 of file customer_review.php.