HosipLan

Untitled

Mar 10th, 2011
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. presenter
  2.  
  3. protected function createCompoenentKomponenta($name)
  4. {
  5.     $komponenta = new Komponenta($this, $name);
  6.     $komponenta['confirm'] = $confirm = new AppForm();
  7.  
  8.     $confirm->addText('...
  9.    
  10.     // ...
  11. }
Advertisement
Add Comment
Please, Sign In to add comment