summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2017-11-27 23:16:24 +0000
committerAndres Rey <[email protected]>2017-11-27 23:16:24 +0000
commitb451967be02cc08bf167b0e4f7b3a63f26b23ba5 (patch)
tree7222f4a95598bc2857ee060f4046708c2cdb4ed5 /src
parent7dd2beaee872c0ec8487afd7d7239e1d28be3913 (diff)
Remove unused functions
Diffstat (limited to 'src')
-rw-r--r--src/NodeClass/NodeClassTrait.php21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/NodeClass/NodeClassTrait.php b/src/NodeClass/NodeClassTrait.php
index 5276b4e..0d36039 100644
--- a/src/NodeClass/NodeClassTrait.php
+++ b/src/NodeClass/NodeClassTrait.php
@@ -58,27 +58,6 @@ trait NodeClassTrait
}
/**
- * @return string
- */
- public function getTagName()
- {
- return $this->node->nodeName;
- }
-
- /**
- * Checks for the node type.
- *
- * @param string $value Type of node to compare to
- *
- * @return bool
- */
- public function nodeTypeEqualsTo($value)
- {
- return $this->nodeType === $value;
- }
-
-
- /**
* Get the ancestors of the current node.
*
* @param int|bool $maxLevel Max amount of ancestors to get. False for all of them