File tree 5 files changed +5
-44
lines changed
5 files changed +5
-44
lines changed Original file line number Diff line number Diff line change 6
6
* Class Controller
7
7
*
8
8
* Abstract class that all controllers inherit. Loads config file from app.php and loads Twig so twig template
9
- * responses can be given.
9
+ * responses can be given - Extending controllers then don't have to worry about loading config file or twig .
10
10
*
11
11
* @package Rss\Controller
12
12
*/
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -104,6 +104,10 @@ public static function validateTitle(\DomElement $element)
104
104
}
105
105
}
106
106
107
+ /**
108
+ * @param \DOMDocument $doc
109
+ * @return bool|string
110
+ */
107
111
public static function validateDocTitle (\DOMDocument $ doc )
108
112
{
109
113
$ title = $ doc ->getElementsByTagName ('title ' );
You can’t perform that action at this time.
0 commit comments