Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F110118884
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
Thu, Apr 24, 19:29
Size
319 B
Mime Type
text/x-php
Expires
Sat, Apr 26, 19:29 (2 d)
Engine
blob
Format
Raw Data
Handle
25764282
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