@@ -222,6 +222,7 @@ |
||
222 | 222 | * (non-PHPdoc) |
223 | 223 | * |
224 | 224 | * @see Alpha\Model\ActiveRecord::loadAllByAttribute() |
225 | + * @param string $attribute |
|
225 | 226 | */ |
226 | 227 | public function loadAllByAttribute($attribute, $value, $start = 0, $limit = 0, $orderBy = 'ID', $order = 'ASC', $ignoreClassType = false, $constructorArgs = array()) |
227 | 228 | { |