. */ /** * Doctrine_DataType * * @package Doctrine * @subpackage DataType * @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @link www.phpdoctrine.org * @since 1.0 * @version $Revision: 1986 $ * @author Konsta Vesterinen */ class Doctrine_DataType { public function __construct() { } public function getName() { } public function getDefaultLength() { } }