getColspan() public method

returns column span.
public getColspan ( ) : string
return string
Example #1
0
 /**
  * returns column span.
  *
  * @return string
  */
 public function getColspan()
 {
     return $this->property->getColspan();
 }