Example #1
0
    /**

     * verify if the object exists

     *

     * @param string $sUid

     * @return boolean

     */

    public function stepExists ($sUid = '')

    {

        $oStep = new Step();

        return $oStep->stepExists( $sUid );

    }