D::x PHP 메소드

x() 공개 메소드

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

Usage Example

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