Skip to content

Instantly share code, notes, and snippets.

@aliahmadcse
Created March 15, 2020 11:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aliahmadcse/b5094aaff2bb7433959675ad057994c8 to your computer and use it in GitHub Desktop.
Save aliahmadcse/b5094aaff2bb7433959675ad057994c8 to your computer and use it in GitHub Desktop.
class foo {
var $x = 'y'; // or you can use public like...
public $x = 'y'; //this is also a class member variables.
function bar() {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment