- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
/**
* Retrieve minimum query length
*
* @deprecated after 1.3.2.3 use getMinQueryLength() instead
* @return int
*/
public function getMinQueryLenght()
{
return Mage::getStoreConfig(self::XML_PATH_MIN_QUERY_LENGTH, $this->getStoreId());
}
/**
* Retrieve minimum query length
*
* @return int
*/
public function getMinQueryLength(){
return $this->getMinQueryLenght();
}
vo1 11.11.2010 15:38 # 0
app/code/core/Mage/CatalogSearch/Model/Query.php
Анонимус 11.11.2010 15:48 # −4
хотя современные IDE пытаются это лечить
vo1 11.11.2010 16:03 # +2
Lure Of Chaos 11.11.2010 17:41 # 0
public function getMinQueryLength(){
return $this->getMinQueryLenght();
}
japan007 20.11.2010 03:41 # −2
nikelin 11.11.2010 17:57 # 0
vo1 11.11.2010 18:00 # 0
nikelin 11.11.2010 18:07 # 0
andremacareno 11.11.2010 19:21 # +2
vo1 12.11.2010 13:25 # +2
Lure Of Chaos 11.11.2010 19:47 # +1
Oleg_quadro 12.11.2010 13:48 # +2
stpkys 12.11.2010 13:51 # 0