What is the function of the get_url_data() code

Asked

Viewed 61 times

0

What is the function of get_url_data()? what does it do? I looked in php.net and found nothing, just about meta tag.

public function __construct () { 
 // Obtém os valores do controlador, ação e parâmetros da URL.
 // E configura as propriedades da classe.
 $this->get_url_data();
  • It doesn’t seem to be a native function of PHP itself. Where did you see this function? It rather reminds the kind of nomenclature that Wordpress uses.

  • It actually appears to me this way. public Function __Construct() { // Get controller values, action and URL parameters. // E configures class properties. $this->get_url_data();

  • 1

    Hm, so it’s not a PHP function but a method of this class you’re reading.

  • There’s true I’m sorry I hadn’t attempted it, so I didn’t find it anywhere, thank you.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.