Guest User

Untitled

a guest
Oct 24th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. class ClassName{
  2. public $array = array('1','2');
  3.  
  4. function __construct() {
  5. ....
  6. }
  7.  
  8. function init() {
  9.  
  10. function function_class() {
  11. // как тут вызвать $this->$array ?
  12. }
  13.  
  14. }
  15. }
Add Comment
Please, Sign In to add comment