ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ilLMLayout Class Reference

Class ilLMLayout. More...

+ Collaboration diagram for ilLMLayout:

Public Member Functions

 __construct ()
 Constructor public. More...
 
 setKeepWithPrevious ($a_keep)
 set keep with previous More...
 
 getKeepWithPrevious ()
 get keep with previous More...
 
 setKeepWithNext ($a_keep)
 set keep with next More...
 
 getKeepWithNext ()
 get keep with next More...
 
 setCssUrl ($a_url)
 set css url More...
 
 getCssUrl ()
 get css url More...
 
 setHorizontalAlign ($a_align)
 set horizontal align More...
 
 getHorizontalAlign ()
 get horizontal align More...
 
 setVerticalAlign ($a_align)
 set vertical align More...
 
 getVerticalAlign ()
 get vertical align More...
 
 setTargetFrame ($a_frame)
 set target frame ????? More...
 
 getTargetFrame ()
 get target frame ????? More...
 
 setWidth ($a_width)
 set width More...
 
 getWidth ()
 get width More...
 
 setHeight ($a_height)
 set height More...
 
 getHeight ()
 get height More...
 

Data Fields

 $keep_with_previous
 
 $keep_with_next
 
 $css_url
 
 $ver_align
 
 $hor_align
 
 $target_frame
 
 $width
 
 $height
 

Detailed Description

Class ilLMLayout.

Handles Layout Section of Page, Structure and Media Objects (see ILIAS DTD)

Author
Alex Killing alex..nosp@m.kill.nosp@m.ing@g.nosp@m.mx.d.nosp@m.e
Version
$Id$

Definition at line 34 of file class.ilLMLayout.php.

Constructor & Destructor Documentation

◆ __construct()

ilLMLayout::__construct ( )

Constructor public.

Definition at line 49 of file class.ilLMLayout.php.

50  {
51  }

Member Function Documentation

◆ getCssUrl()

ilLMLayout::getCssUrl ( )

get css url

Definition at line 107 of file class.ilLMLayout.php.

References $css_url.

108  {
109  return $this->css_url;
110  }

◆ getHeight()

ilLMLayout::getHeight ( )

get height

Definition at line 198 of file class.ilLMLayout.php.

References $height.

199  {
200  return $this->height;
201  }

◆ getHorizontalAlign()

ilLMLayout::getHorizontalAlign ( )

get horizontal align

Definition at line 125 of file class.ilLMLayout.php.

References $hor_align.

126  {
127  return $this->hor_align;
128  }

◆ getKeepWithNext()

ilLMLayout::getKeepWithNext ( )

get keep with next

Definition at line 87 of file class.ilLMLayout.php.

References $keep_with_next.

88  {
89  return $this->keep_with_next;
90  }

◆ getKeepWithPrevious()

ilLMLayout::getKeepWithPrevious ( )

get keep with previous

Definition at line 67 of file class.ilLMLayout.php.

References $keep_with_previous.

68  {
70  }

◆ getTargetFrame()

ilLMLayout::getTargetFrame ( )

get target frame ?????

Definition at line 162 of file class.ilLMLayout.php.

References $target_frame.

163  {
164  return $this->target_frame;
165  }

◆ getVerticalAlign()

ilLMLayout::getVerticalAlign ( )

get vertical align

Definition at line 143 of file class.ilLMLayout.php.

References $ver_align.

144  {
145  return $this->ver_align;
146  }

◆ getWidth()

ilLMLayout::getWidth ( )

get width

Definition at line 180 of file class.ilLMLayout.php.

References $width.

181  {
182  return $this->width;
183  }

◆ setCssUrl()

ilLMLayout::setCssUrl (   $a_url)

set css url

Parameters
string$a_urlCSS URL

Definition at line 98 of file class.ilLMLayout.php.

99  {
100  $this->css_url = $a_url;
101  }

◆ setHeight()

ilLMLayout::setHeight (   $a_height)

set height

Parameters
string$a_heightheight

Definition at line 190 of file class.ilLMLayout.php.

191  {
192  $this->height = $a_height;
193  }

◆ setHorizontalAlign()

ilLMLayout::setHorizontalAlign (   $a_align)

set horizontal align

Parameters
string$a_alignleft | center | right

Definition at line 117 of file class.ilLMLayout.php.

118  {
119  $this->hor_align = $a_align;
120  }

◆ setKeepWithNext()

ilLMLayout::setKeepWithNext (   $a_keep)

set keep with next

Parameters
boolean$a_keep

Definition at line 78 of file class.ilLMLayout.php.

79  {
80  $this->keep_with_next = $a_keep;
81  }

◆ setKeepWithPrevious()

ilLMLayout::setKeepWithPrevious (   $a_keep)

set keep with previous

Parameters
boolean$a_keep

Definition at line 58 of file class.ilLMLayout.php.

59  {
60  $this->keep_with_previous = $a_keep;
61  }

◆ setTargetFrame()

ilLMLayout::setTargetFrame (   $a_frame)

set target frame ?????

Parameters
string$a_alignMedia | FAQ | Glossary

Definition at line 154 of file class.ilLMLayout.php.

155  {
156  $this->target_frame = $a_frame;
157  }

◆ setVerticalAlign()

ilLMLayout::setVerticalAlign (   $a_align)

set vertical align

Parameters
string$a_aligntop | middle | bottom

Definition at line 135 of file class.ilLMLayout.php.

136  {
137  $this->ver_align = $a_align;
138  }

◆ setWidth()

ilLMLayout::setWidth (   $a_width)

set width

Parameters
string$a_widthwidth

Definition at line 172 of file class.ilLMLayout.php.

173  {
174  $this->width = $a_width;
175  }

Field Documentation

◆ $css_url

ilLMLayout::$css_url

Definition at line 38 of file class.ilLMLayout.php.

Referenced by getCssUrl().

◆ $height

ilLMLayout::$height

Definition at line 43 of file class.ilLMLayout.php.

Referenced by getHeight().

◆ $hor_align

ilLMLayout::$hor_align

Definition at line 40 of file class.ilLMLayout.php.

Referenced by getHorizontalAlign().

◆ $keep_with_next

ilLMLayout::$keep_with_next

Definition at line 37 of file class.ilLMLayout.php.

Referenced by getKeepWithNext().

◆ $keep_with_previous

ilLMLayout::$keep_with_previous

Definition at line 36 of file class.ilLMLayout.php.

Referenced by getKeepWithPrevious().

◆ $target_frame

ilLMLayout::$target_frame

Definition at line 41 of file class.ilLMLayout.php.

Referenced by getTargetFrame().

◆ $ver_align

ilLMLayout::$ver_align

Definition at line 39 of file class.ilLMLayout.php.

Referenced by getVerticalAlign().

◆ $width

ilLMLayout::$width

Definition at line 42 of file class.ilLMLayout.php.

Referenced by getWidth().


The documentation for this class was generated from the following file: