Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1336008
Event.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
557 B
Referenced Files
None
Subscribers
None
Event.php
View Options
<?php
namespace
Balanced
;
use
Balanced\Resource
;
use
\RESTful\URISpec
;
/*
* An Event is a snapshot of another resource at a point in time when
* something significant occurred. Events are created when resources are
* created, updated, deleted or otherwise change state such as a Credit
* being marked as failed.
*/
class
Event
extends
Resource
{
protected
static
$_uri_spec
=
null
;
public
static
function
init
()
{
self
::
$_uri_spec
=
new
URISpec
(
'events'
,
'id'
,
'/v1'
);
self
::
$_registry
->
add
(
get_called_class
());
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jul 6, 7:32 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
316089
Default Alt Text
Event.php (557 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment