<?php public function pluck($value, $params, $context) { if (!is_array($value)) { return $value; } return array_pluck($value, $params[0]); }