コード例 #1
0
 /**
  * @return float
  */
 function get_margin_width()
 {
     return $this->_frame->get_margin_width();
 }
コード例 #2
0
 /**
  * Determine current frame width based on contents
  *
  * @return float
  */
 public function calculate_auto_width()
 {
     return $this->_frame->get_margin_width();
 }