Jump to content

Dentro de uma classe chamar uma função de outra classe


glicose
 Share

Recommended Posts

Para usar uma função de uma classe externa, ou a instancias dentro dessa classe ou vais directamente, tipo

class teste
{
   function abc()
   {
      echo lol::wow();
   }
}

class lol
{
   function wow()
   {
      echo 'fghj';
   }
}

Mas é diferente instanciar e chamar como objecto estático.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

By using this site you accept our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.