Ouzo\SampleController::action PHP Method

action() public method

public action ( )
    public function action()
    {
        echo "OUTPUT";
        $this->header('Location : http://foo.com');
    }