mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Removed superfluous methods
This commit is contained in:
parent
d3afa0c3b5
commit
655b047d80
@ -92,18 +92,6 @@ class DatetimeField extends TextField
|
||||
*/
|
||||
protected $timezone = null;
|
||||
|
||||
public function setForm($form)
|
||||
{
|
||||
parent::setForm($form);
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function setName($name)
|
||||
{
|
||||
parent::setName($name);
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function getAttributes()
|
||||
{
|
||||
$attributes = parent::getAttributes();
|
||||
|
Loading…
Reference in New Issue
Block a user