AP
Size: a a a
AP
C
ИЛ
AA
AA
AA
АК
ИЛ
AP
AA
AA
public function execute(&$view)
{
try {
$view->result = array();
$view->result = array((object)array('test' => '1'));
} catch (Exception $e) {
$this->errors[] = $e->getMessage();
// Recursion to get the same error behaviour as above.
return $this->execute($view);
}
}
C
AP
public function execute(&$view)
{
try {
$view->result = array();
$view->result = array((object)array('test' => '1'));
} catch (Exception $e) {
$this->errors[] = $e->getMessage();
// Recursion to get the same error behaviour as above.
return $this->execute($view);
}
}
ИЛ
ИЛ
ИЛ
AP
ИЛ
AK
C