Pop\Dom\Child::getAttributes PHP Method

getAttributes() public method

Get the attributes of the child object.
public getAttributes ( ) : array
return array
    public function getAttributes()
    {
        return $this->attributes;
    }

Usage Example

Example #1
0
 /**
  * Get the attributes of the form object.
  *
  * @return array
  */
 public function getAttributes()
 {
     return $this->form->getAttributes();
 }