예제 #1
0
    /**

     * verify if the object exists

     *

     * @param string $sUid

     * @return boolean

     */

    public function inputExists ($sUid = '')

    {

        $oInput = new InputDocument();

        return $oInput->inputExists( $sUid );

    }