Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100762290
XHtmlHandler.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
Sun, Feb 2, 13:18
Size
319 B
Mime Type
text/x-php
Expires
Tue, Feb 4, 13:18 (2 d)
Engine
blob
Format
Raw Data
Handle
24029572
Attached To
rPH Phabricator
XHtmlHandler.php
View Options
<?php
/**
* Mime Type: text/html
* Mime Type: application/html+xml
*
* @author Nathan Good <me@nategood.com>
*/
namespace
Httpful\Handlers
;
class
XHtmlHandler
extends
MimeHandlerAdapter
{
// @todo add html specific parsing
// see DomDocument::load http://docs.php.net/manual/en/domdocument.loadhtml.php
}
Event Timeline
Log In to Comment