Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93265220
Phobject.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Nov 27, 11:26
Size
317 B
Mime Type
text/x-php
Expires
Fri, Nov 29, 11:26 (2 d)
Engine
blob
Format
Raw Data
Handle
22600215
Attached To
rPHU libphutil
Phobject.php
View Options
<?php
abstract
class
Phobject
{
public
function
__set
(
$name
,
$value
)
{
throw
new
DomainException
(
"Attempted write to undeclared property "
.
get_class
(
$this
).
"::
\$
$name. "
.
"This is an application error, please report it at "
.
"https://secure.phabricator.com/maniphest/task/create/"
);
}
}
Event Timeline
Log In to Comment