P
Size: a a a
P
DM
RS
АМ
P
public function getFilterAttribute($name, $filter)
{
$attribute = null;
if ($filter instanceof Request) {
} else {
if (isset($filter[$name])) {
$attribute = $filter[$name];
}
}
return $attribute;
}
P
DT
DM
P
P
AM
AM
AM
P
ЕР
ЕР
ЕР
ЕР
BT
AM