コード例 #1
0
ファイル: class.processes.php プロジェクト: rrsc/processmaker
    /**

     * verify if the object exists

     *

     * @param string $sUid

     * @return boolean

     */

    public function outputExists ($sUid = '')

    {

        $oOutput = new OutputDocument();

        return $oOutput->outputExists( $sUid );

    }