This repository was archived by the owner on Jun 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed
src/Joserick/Plex/Server/Library/Item Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ namespace Joserick \Plex \Server \Library \Item ;
4
+
5
+ use Joserick \Plex \Server \Library \Plex_Server_Library_ItemParentAbstract ;
6
+
3
7
/**
4
8
* Plex Library Album
5
9
*
@@ -55,7 +59,7 @@ public function setAttributes($attribute)
55
59
}
56
60
57
61
/**
58
- * Returns an array of all the track objects for the intstantiated album.
62
+ * Returns an array of all the track objects for the instantiated album.
59
63
*
60
64
* @uses Plex_Server_Library::getItems()
61
65
* @uses Plex_Server_Library_ItemAbstract::buildChildrenEndpoint()
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ namespace Joserick \Plex \Server \Library \Item ;
4
+
5
+ use Joserick \Plex \Server \Library \Plex_Server_Library_ItemParentAbstract ;
6
+
3
7
/**
4
8
* Plex Library Season
5
9
*
@@ -55,7 +59,7 @@ public function setAttributes($attribute)
55
59
}
56
60
57
61
/**
58
- * Returns an array of all the episode objects for the intstantiated season.
62
+ * Returns an array of all the episode objects for the instantiated season.
59
63
*
60
64
* @uses Plex_Server_Library::getItems()
61
65
* @uses Plex_Server_Library_ItemAbstract::buildChildrenEndpoint()
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ namespace Joserick \Plex \Server \Library \Item ;
4
+
5
+ use Joserick \Plex \Server \Library \Plex_Server_Library_ItemGrandparentAbstract ;
6
+
3
7
/**
4
8
* Plex Library Show
5
9
*
@@ -55,7 +59,7 @@ public function setAttributes($attribute)
55
59
}
56
60
57
61
/**
58
- * Returns an array of all the season objects for the intstantiated show.
62
+ * Returns an array of all the season objects for the instantiated show.
59
63
*
60
64
* @uses Plex_Server_Library::getItems()
61
65
* @uses Plex_Server_Library_ItemAbstract::buildChildrenEndpoint()
@@ -91,7 +95,7 @@ public function getSeason($polymorphicData)
91
95
* @uses Plex_Server_Library::getItems()
92
96
* @uses Plex_Server_Library_ItemAbstract::buildAllLeavesEndpoint()
93
97
*
94
- * @ return Plex_Server_Library_Item_Episode[] Array of all the episodes for
98
+ * @return Plex_Server_Library_Item_Episode[] Array of all the episodes for
95
99
* a given show.
96
100
*/
97
101
public function getAllEpisodes ()
You can’t perform that action at this time.
0 commit comments