Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions libraries/src/Table/Table.php
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,8 @@ public function getFields($reload = false)
*
* @return Table|boolean A Table object if found or boolean false on failure.
*
* @since 11.1
* @since 11.1
* @deprecated 5.0 Use the MvcFactory instead
*/
public static function getInstance($type, $prefix = 'JTable', $config = array())
{
Expand Down Expand Up @@ -318,7 +319,8 @@ public static function getInstance($type, $prefix = 'JTable', $config = array())
*
* @return array An array of filesystem paths to find Table classes in.
*
* @since 11.1
* @since 11.1
* @deprecated 5.0 Should not be used anymore as tables are loaded trough the MvcFactory
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo: through

*/
public static function addIncludePath($path = null)
{
Expand Down