getAttributes() public method

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