__construct() публичный Метод

public __construct ( string $Sender = '' )
$Sender string
Пример #1
0
 /**
  *
  *
  * @param string $Sender
  */
 public function __construct($Sender = '')
 {
     parent::__construct($Sender);
     $this->ClientID = '';
     $this->CssClass = 'MorePager Foot';
     $this->Offset = 0;
     $this->Limit = 30;
     $this->TotalRecords = 0;
     $this->Wrapper = '<div %1$s>%2$s</div>';
     $this->PagerEmpty = '';
     $this->MoreCode = 'More';
     $this->LessCode = 'Newer';
     $this->Url = '/controller/action/{Page}/';
     $this->_PropertiesDefined = false;
     $this->_Totalled = false;
     $this->_LastOffset = 0;
 }