DebugKit\Controller\RequestsController::view PHP 메소드

view() 공개 메소드

View a request's data.
public view ( string $id = null ) : void
$id string The id.
리턴 void
    public function view($id = null)
    {
        $toolbar = $this->Requests->get($id, ['contain' => 'Panels']);
        $this->set('toolbar', $toolbar);
    }