summaryrefslogtreecommitdiff
path: root/src/ReadabilityInterface.php
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2016-10-20 09:18:42 +0100
committerAndres Rey <[email protected]>2016-10-20 09:18:42 +0100
commitae26103cfd38a292f74046f3d657a8d166721401 (patch)
treecece07cc0808facdbf7b26737c4d888334924599 /src/ReadabilityInterface.php
parent03beb80b28ea8d07cfa6a5b53dec50ec527357ea (diff)
Added link density
Diffstat (limited to 'src/ReadabilityInterface.php')
-rw-r--r--src/ReadabilityInterface.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ReadabilityInterface.php b/src/ReadabilityInterface.php
index 21048eb..e5ae9dd 100644
--- a/src/ReadabilityInterface.php
+++ b/src/ReadabilityInterface.php
@@ -30,4 +30,9 @@ interface ReadabilityInterface
* @return int
*/
public function setContentScore($score);
+
+ /**
+ * @return DOMElement|null
+ */
+ public function getAllLinks();
}