Skip to content

Commit d88e35a

Browse files
author
SteeinGit
committed
add method render()
1 parent 1118cec commit d88e35a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/RobotsInterface.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,11 @@ public function each(\Closure $closure) : RobotsInterface;
8080
* @return void
8181
*/
8282
public function create(string $path = "robots.txt");
83+
84+
/***
85+
* Output of generated data to the robots.txt.
86+
*
87+
* @return string
88+
*/
89+
public function render() : string;
8390
}

0 commit comments

Comments
 (0)