/+junk/StupidMVC

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/StupidMVC

« back to all changes in this revision

Viewing changes to Common/AbstractView.php

  • Committer: Gustav Hatvigsson
  • Date: 2016-03-16 16:38:06 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20160316163806-045k0tl7e9pll3ze
* changed a few small things

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
    
6
6
  }
7
7
  
8
 
  abstract function render ($user_data);
 
8
  public abstract function
 
9
  render ($user_data);
9
10
  
10
11
}