Lines Matching full:view
26 * The view layer which displays the results.
29 protected $view; variable in Swift_Plugin_VerboseSending
33 * @param Swift_Plugin_VerboseSending_AbstractView The view object to display the result
35 public function __construct(Swift_Plugin_VerboseSending_AbstractView $view) argument
37 $this->setView($view);
73 * Set the View component to display results.
74 * @param Swift_Plugin_VerboseSending_AbstractView The view object to display the result
76 public function setView(Swift_Plugin_VerboseSending_AbstractView $view) argument
78 $this->view = $view;
81 * Get the View component.
86 return $this->view;