Skip to content

Commit

Permalink
create set_skip method in Seo\Seo class
Browse files Browse the repository at this point in the history
  • Loading branch information
hinashiki committed Nov 28, 2015
1 parent a0b4a11 commit f7a5a58
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions classes/seo.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,16 @@ public function __construct($request)
}
}

/**
* set $__skip = true
*
* @return void
*/
public function set_skip()
{
$this->__skip = true;
}

/**
* check 404 render
*
Expand Down

0 comments on commit f7a5a58

Please sign in to comment.