getSelector() public method

public getSelector ( )
 public function getSelector()
 {
     return str_replace('\\', '_', get_class($this->staticModel)) . '_' . parent::getSelector();
 }