D::x PHP Méthode

x() public méthode

public x ( )
    function x()
    {
        $this[] = $this[4];
    }

Usage Example

Exemple #1
0
 public function x()
 {
     return $this->d->x();
 }