Subversion-Projekte lars-tiefland.webanos.marine-sales.de

Revision

Revision 91 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 91 Revision 105
Zeile 40... Zeile 40...
40
            ];
40
            ];
41
        }
41
        }
Zeile 42... Zeile 42...
42
 
42
 
43
        protected function passedValidation(): void
43
        protected function passedValidation(): void
-
 
44
        {
-
 
45
            if ( is_null( $this->headline ) )
-
 
46
            {
-
 
47
                $this->headline = "";
44
        {
48
            }
45
            if ( is_null( $this->description ) )
49
            if ( is_null( $this->description ) )
46
            {
50
            {
47
                $this->description = "";
51
                $this->description = "";
48
            }
52
            }