Documentation
includeUnpublished
usage
Sushee_Shell->includeUnpublished( [boolean include_unpublished] )
parameters
include_unpublished : whether to include the Medias that are not published.
examples
include_once('../sushee/common.php');
$shell = new Sushee_Shell();
$shell->includeUnpublished();
$shell->addCommand(
'<SEARCH>
<MEDIA mediatype="News"/>
</SEARCH>'
)
$shell->execute();
$shell->xml_out();