Automated build for v0.01
This commit is contained in:
commit
791b998489
2771 changed files with 222096 additions and 0 deletions
14
vendor/andreskrey/Readability/Nodes/DOM/DOMNode.php
vendored
Normal file
14
vendor/andreskrey/Readability/Nodes/DOM/DOMNode.php
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
namespace andreskrey\Readability\Nodes\DOM;
|
||||
|
||||
use andreskrey\Readability\Nodes\NodeTrait;
|
||||
|
||||
/**
|
||||
* @method getAttribute($attribute)
|
||||
* @method hasAttribute($attribute)
|
||||
*/
|
||||
class DOMNode extends \DOMNode
|
||||
{
|
||||
use NodeTrait;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue