Page MenuHomestyx hydra

PhortuneDisplayException.php
No OneTemporary

PhortuneDisplayException.php

<?php
final class PhortuneDisplayException
extends Exception {
public function setView($view) {
$this->view = $view;
return $this;
}
public function getView() {
return $this->view;
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Feb 4, 12:27 PM (1 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
730103
Default Alt Text
PhortuneDisplayException.php (211 B)

Event Timeline