Метод |
Описание |
|
score ( mixed $item ) : float |
Return the score using the best scoring match for the given item |
|
scoreArray ( array $item ) : float |
Return the score of an array, by counting its elements |
|
scoreDateTime ( DateTime $item ) : float |
Return the score of a DateTime object |
|
scoreNumber ( integer | float $item ) : float |
Return the score of a number |
|
scoreObject ( object | Bravo3\Orm\Traits\ScorableInterface $item ) : float |
Return the score of an object |
|
scoreString ( string $item ) : float |
Return the score of a string as a numeric representation |
|