Office 2010 Activation Methods in PHP you can actually use the method chain

Source: Internet
Author: User
Simply indicate:

Copy the Code code as follows:


Class Test {
Private $_name = ';
Public Function SetName ($name)
{
$this->_name = $name;
return $this;
}
Public Function GetName ()
{
Echo $this->_name. "\ n";
return $this;
}
}
$link = new test ();
Method Chain
$link->setname (' name1 ')->getname ()->setname (' name2 ')->getname ()->setname (' Name3 ')->getname () ;


The results are as follows:

Copy the Code code as follows:


Name1
Name2
Name3

The above describes the Office 2010 activation method in PHP can actually be used in the method chain, including the Office 2010 activation method of the content, I hope to be interested in PHP tutorial friends helpful.

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.