Ignore:
Timestamp:
Jan 24, 2012, 11:40:43 AM (13 years ago)
Author:
chronos
Message:
  • Upraveno: Sestavení navigačního řádku se nyní provádí postupným připojováním položek namísto globálního seznamu všeho.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/Types/Type.php

    r383 r385  
    77include(dirname(__FILE__).'/String.php');
    88include(dirname(__FILE__).'/Text.php');
    9 include(dirname(__FILE__).'/PointerOneToMany.php');
    10 include(dirname(__FILE__).'/PointerOneToOne.php');
     9include(dirname(__FILE__).'/OneToMany.php');
     10include(dirname(__FILE__).'/OneToMany2.php');
    1111include(dirname(__FILE__).'/Date.php');
    1212include(dirname(__FILE__).'/Time.php');
     
    4646      'GPS' => array('Name' => 'GPS', 'Class' => 'GPS', 'ParentType' => '', 'Parameters' => array()),
    4747      'IPv4Address' => array('Name' => 'IPv4Address', 'Class' => 'IPv4Address', 'ParentType' => '', 'Parameters' => array()),
    48       'PointerOneToOne' => array('Name' => 'PointerOneToOne', 'Class' => 'PointerOneToOne', 'ParentType' => '', 'Parameters' => array()),
    49       'PointerOneToMany' => array('Name' => 'PointerOneToMany', 'Class' => 'PointerOneToMany', 'ParentType' => '', 'Parameters' => array()),
     48      'OneToOne' => array('Name' => 'OneToOne', 'Class' => 'OneToOne', 'ParentType' => '', 'Parameters' => array()),
     49      'OneToMany' => array('Name' => 'OneToMany', 'Class' => 'OneToMany', 'ParentType' => '', 'Parameters' => array()),
    5050      'Color' => array('Name' => 'Color', 'Class' => 'Color', 'ParentType' => '', 'Parameters' => array()),
    5151    );
Note: See TracChangeset for help on using the changeset viewer.